You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
aiohttp_security | 4 years ago | |
demo | 3 years ago | |
docs | 3 years ago | |
tests | 4 years ago | |
.coveragerc | 7 years ago | |
.gitignore | 4 years ago | |
.pyup.yml | 5 years ago | |
.travis.yml | 3 years ago | |
CHANGES.txt | 4 years ago | |
LICENSE | 5 years ago | |
MANIFEST.in | 7 years ago | |
Makefile | 7 years ago | |
README.rst | 4 years ago | |
requirements-dev.txt | 2 years ago | |
setup.cfg | 4 years ago | |
setup.py | 4 years ago |
README.rst
aiohttp_security
================
.. image:: https://travis-ci.com/aio-libs/aiohttp-security.svg?branch=master
:target: https://travis-ci.com/aio-libs/aiohttp-security
.. image:: https://codecov.io/github/aio-libs/aiohttp-security/coverage.svg?branch=master
:target: https://codecov.io/github/aio-libs/aiohttp-security
.. image:: https://readthedocs.org/projects/aiohttp-security/badge/?version=latest
:target: https://aiohttp-security.readthedocs.io/
.. image:: https://img.shields.io/pypi/v/aiohttp-security.svg
:target: https://pypi.python.org/pypi/aiohttp-security
The library provides identity and authorization for `aiohttp.web`__.
.. _aiohttp_web: http://aiohttp.readthedocs.org/en/latest/web.html
__ 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`_
.. _`Basic example`: docs/example.rst
.. _`Example with db auth`: docs/example_db_auth.rst
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.