aiohttp-security/README.rst

26 lines
476 B
ReStructuredText
Raw Normal View History

2015-07-08 17:30:24 +00:00
aiohttp_security
================
The library provides identity and autorization for `aiohttp.web`__.
.. _aiohttp_web: http://aiohttp.readthedocs.org/en/latest/web.html
__ aiohttp_web_
Usage
-----
To install type ``pip install aiohttp_security``.
Launch ``make doc`` and see examples or look under **demo** directory for a
sample project.
Develop
-------
``pip install -r requirements-dev``
2015-07-08 17:30:24 +00:00
License
-------
``aiohttp_security`` is offered under the Apache 2 license.