2015-07-08 17:30:24 +00:00
|
|
|
aiohttp_security
|
|
|
|
================
|
2017-01-24 12:36:34 +00:00
|
|
|
.. image:: https://travis-ci.org/aio-libs/aiohttp-security.svg?branch=master
|
|
|
|
:target: https://travis-ci.org/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
|
2015-07-08 17:30:24 +00:00
|
|
|
|
|
|
|
The library provides identity and autorization for `aiohttp.web`__.
|
|
|
|
|
|
|
|
.. _aiohttp_web: http://aiohttp.readthedocs.org/en/latest/web.html
|
|
|
|
|
|
|
|
__ aiohttp_web_
|
|
|
|
|
|
|
|
Usage
|
|
|
|
-----
|
2016-08-30 17:38:59 +00:00
|
|
|
To install type ``pip install aiohttp_security``.
|
|
|
|
Launch ``make doc`` and see examples or look under **demo** directory for a
|
|
|
|
sample project.
|
|
|
|
|
2017-01-24 00:31:06 +00:00
|
|
|
Documentation
|
|
|
|
-------------
|
|
|
|
|
|
|
|
https://aiohttp-security.readthedocs.io/
|
|
|
|
|
2016-08-30 17:38:59 +00:00
|
|
|
Develop
|
|
|
|
-------
|
|
|
|
|
|
|
|
``pip install -r requirements-dev``
|
2015-07-08 17:30:24 +00:00
|
|
|
|
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
|
|
|
|
|
|
|
``aiohttp_security`` is offered under the Apache 2 license.
|