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.5.0 (2023-11-18)
Added type annotations.
Added a reason message when permission is rejected.
Switched to aiohttp.web.AppKey.
Reverted change in JWTIdentityPolicy so identity returns str.
0.4.0 (2018-09-27)
Bump minimal supported aiohttp version to 3.2.
Use request.config_dict for accessing jinja2 environment. It allows to reuse jinja rendering engine from parent application.
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
File details
Details for the file aiohttp-security-0.5.0.tar.gz
.
File metadata
- Download URL: aiohttp-security-0.5.0.tar.gz
- Upload date:
- Size: 55.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50cb724d310e1d0289798bb98ae852c3b75b77e8f51ce5159c57b7261d0638bd |
|
MD5 | b34fb62c6f4dd130f3c94f74c3bdc150 |
|
BLAKE2b-256 | 314956c131fe3dead875ab5907b154dac7fb6ee727662de80b7da0ff045030d4 |
File details
Details for the file aiohttp_security-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: aiohttp_security-0.5.0-py3-none-any.whl
- Upload date:
- Size: 25.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 791ecbb4bbdb95b3a2033bda345231628ea42903b2d33b6a3bf8737ed68c6072 |
|
MD5 | e3d067db06f9641dcea00f29a9494352 |
|
BLAKE2b-256 | f7c49abee42a0c438f531a66906fb678eb1946c55c08e623b42c05f6f2fc616e |