Skip to main content

An auth policy for the Pyramid Web Framework with sane defaults.

Project description

An auth policy for the Pyramid Web Framework with sane defaults that works with Michael Merickel’s absolutely fantastic pyramid_services. Provides an easy to use authorization policy that incorporates web security best practices.

Installation

Install from PyPI using pip or easy_install inside a virtual environment.

$ $VENV/bin/pip install pyramid_authsanity

Or install directly from source.

$ git clone https://github.com/usingnamespace/pyramid_authsanity.git
$ cd pyramid_authsanity
$ $VENV/bin/pip install -e .

Setup

Activate pyramid_authsanity by including it into your pyramid application.

config.include('pyramid_authsanity')

1.0.0 (2017-05-19)

  • Remove Python 2.6 support

  • Fix a bug whereby the policy was storing a dict instead of a list in the source, which of course broke things subtly when actually using the policy.

  • Send empty cookie when forgetting the authentication for the cookie source

0.1.0a3

  • Remove Python 3.2 support

  • Fix failing tests using pyramid_services >= 0.4 by requiring at least pyramid_services 0.3 because it contains the find_service_factory function utilized by the test.

0.1.0a2

  • Bert was asleep at the keyboard, the fix below is now actually properly fixed by decoding to ascii, which is safe because it is base64.

0.1.0a1

  • Ticket value is now a string instead of binary, this way Python 3’s json.dumps() will be able to serialize the value sent to the sources remember function.

0.1.0a0

  • Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyramid_authsanity-1.0.0.tar.gz (19.0 kB view hashes)

Uploaded Source

Built Distribution

pyramid_authsanity-1.0.0-py2.py3-none-any.whl (14.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page