security for aiohttp.web
Project description
aiohttp_security
The library provides identity and authorization for aiohttp.web.
Installation
Simplest case (authorization via cookies)
$ pip install aiohttp_security
With aiohttp-session support
$ pip install aiohttp_security[session]
Examples
Take a look at examples:
and demos at demo directory.
Documentation
Develop
pip install -r requirements-dev.txt
License
aiohttp_security is offered under the Apache 2 license.
Changes
0.3.0 (2018-09-06)
Deprecate login_required and has_permission decorators. Use check_authorized and check_permission helper functions instead.
Bump supported aiohttp version to 3.0+
Enable strong warnings mode for test suite, clean-up all deprecation warnings.
Polish documentation
0.2.0 (2017-11-17)
Add is_anonymous, login_required, has_permission helpers (#114)
0.1.2 (2017-10-17)
Make aiohttp-session optional dependency (#107)
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
Built Distribution
Hashes for aiohttp_security-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e30e24f553d1c2ff47324f0f587baccdbb20e4d7bd227736819d5086498e9eb3 |
|
MD5 | 4c28e8d92c9c12e5f33147d760574710 |
|
BLAKE2b-256 | 0b536dc9f8b9530787b7ebef135321d8941fcc080273ec6b0a5becebeac7d55a |