aio-libs / aiohttp-security

auth and permissions for aiohttp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aiohttp_security

image

image

image

image

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:

Basic example

Example with DB auth

and demos at demo directory.

Documentation

https://aiohttp-security.readthedocs.io/

Develop

pip install -r requirements-dev.txt

License

aiohttp_security is offered under the Apache 2 license.

About

auth and permissions for aiohttp

License:Apache License 2.0


Languages

Language:Python 97.5%Language:Makefile 2.5%