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
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
Built Distribution
Hashes for pyramid_authsanity-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 436850880e82eaff0887b7a91c7fd3e85116d133e57fdcc71d5081899ffb2724 |
|
MD5 | b2ac829a282b0689f2a505088f2f06d1 |
|
BLAKE2b-256 | f31d67453fb21256b91c6f79de0182875eebdf08d6a8f9ca7cbb098d92c7f336 |