Skip to main content

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

Project description

An sane defaults auth policy for the Pyramid Web Framework. that works with Michael Merickel’s absolutely fantastic pyramid_services to provide 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')

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-0.1.0a2.tar.gz (11.1 kB view hashes)

Uploaded Source

Built Distribution

pyramid_authsanity-0.1.0a2-py2.py3-none-any.whl (14.3 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