Go to file
Alex Kuzmenko a990a657c4 Add some labels 2017-01-25 00:51:02 +02: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 Add some labels 2017-01-25 00:51:02 +02: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 Update .travis.yml 2017-01-24 22:06:19 +02: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 Add some labels 2017-01-25 00:51:02 +02:00
requirements-dev.txt Update sphinx from 1.5.1 to 1.5.2 2017-01-24 22:29:42 +02:00
setup.py Bump to 0.1.1 2016-10-22 20:29:30 +03:00

README.rst

aiohttp_security
================
.. 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
.. image:: https://readthedocs.org/projects/aiohttp-security/badge/?version=latest
    :target: https://aiohttp-security.readthedocs.io/

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.

Documentation
-------------

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

Develop
-------

``pip install -r requirements-dev``


License
-------

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