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')

2.0.0 (2021-03-07)

  • Remove support for Python 2, 3.4, and 3.5

  • Updated to use new Pyramid 2.0 import locations, please use 1.1.0 if you want compatibility with lower versions of Pyramid.

1.1.0 (2017-11-29)

  • Add new Authorization header based authentication source

    This provides out of the box support for “Bearer” like tokens.

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

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-2.0.0.tar.gz (21.4 kB view hashes)

Uploaded Source

Built Distribution

pyramid_authsanity-2.0.0-py3-none-any.whl (8.2 kB view hashes)

Uploaded 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