Go to file
Andrew Svetlov 4a0a078976 Create .pyup.yml 2017-09-14 13:20:00 +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 update passlib url (#90) 2017-07-24 09:58:54 +03:00
tests make compatible tests 2017-03-22 00:10:14 +02:00
.coveragerc Initial commit 2015-07-08 20:30:24 +03:00
.gitignore Initial commit 2015-07-08 20:30:24 +03:00
.pyup.yml Create .pyup.yml 2017-09-14 13:20:00 +03:00
.travis.yml Fix code coverage 2017-01-25 00:39:39 +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 pypi label 2017-01-25 13:29:57 +02:00
requirements-dev.txt Update aiopg from 0.13.0 to 0.13.1 (#100) 2017-09-14 13:18:49 +03:00
setup.py Add asyncio trove classifier (#69) 2017-05-28 14:08:53 -07: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/
.. image:: https://img.shields.io/pypi/v/aiohttp-security.svg
    :target: https://pypi.python.org/pypi/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.

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

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

Develop
-------

``pip install -r requirements-dev``


License
-------

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