Go to file
Andrew Svetlov d84f35c2ce Merge branch 'master' of github.com:aio-libs/aiohttp_security 2016-10-22 20:29:38 +03:00
aiohttp_security Bump to 0.1.1 2016-10-22 20:29:30 +03:00
demo Create working demo (#5) 2016-08-30 20:38:59 +03:00
docs Tune doc theme 2016-09-27 17:22:47 +03:00
tests Fix tests 2016-09-27 17:57:11 +03:00
.coveragerc Initial commit 2015-07-08 20:30:24 +03:00
.gitignore Initial commit 2015-07-08 20:30:24 +03:00
.travis.yml Add nightly python (#7) 2016-10-09 15:56:14 +03:00
CHANGES.txt Initial commit 2015-07-08 20:30:24 +03:00
LICENSE Update LICENSE 2016-01-03 22:05:24 +02:00
MANIFEST.in Add manifest 2015-07-09 07:15:18 +03:00
Makefile Cleanup docs also 2015-09-02 13:41:41 -04:00
README.rst Create working demo (#5) 2016-08-30 20:38:59 +03:00
requirements-dev.txt Fix tests 2016-09-27 17:57:11 +03:00
setup.py Bump to 0.1.1 2016-10-22 20:29:30 +03:00

README.rst

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``


License
-------

``aiohttp_security`` is offered under the Apache 2 license.