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.0a0
Initial release.
Project details
Release history Release notifications | RSS feed
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.0a0.tar.gz
(10.6 kB
view hashes)
Built Distribution
Close
Hashes for pyramid_authsanity-0.1.0a0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 053d4831e390bf8a5ba09c6df8a64748c3318d5e0f78d2e64c24dde694306deb |
|
MD5 | b883dcd38ff958fd65eaec8824b3e8de |
|
BLAKE2b-256 | 0903954af1501c92a8833c205d9b85a5f74a74f9e7165bd70bf6bf0bdc5afa40 |
Close
Hashes for pyramid_authsanity-0.1.0a0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09914c60a5f684beb8e8e8562a128d513ed92f2a4eeffa0725cb5fc5466d4798 |
|
MD5 | 839ad35e1c6e04380d34e06360dfd113 |
|
BLAKE2b-256 | dc793cd0d14eeba0c62535f3d77f0d14283e7287125e33aa49343d0c785b0d1b |