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
https://aiohttp-security.readthedocs.io/
Develop
pip install -r requirements-dev
License
aiohttp_security
is offered under the Apache 2 license.