2016-07-14 19:22:27 +09:00
2016-05-13 10:40:57 +09:00
2016-01-03 22:06:21 +02:00
2016-05-13 10:40:57 +09:00
2015-07-08 20:30:24 +03:00
2015-07-08 20:30:24 +03:00
2015-10-29 16:05:30 +02:00
2015-07-08 20:30:24 +03:00
2016-01-03 22:05:24 +02:00
2015-09-02 13:41:41 -04:00
2015-07-09 07:15:18 +03:00
2015-11-19 15:25:10 +02: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
-----

.. code-block:: python

  from aiohttp_security import authorize
  
  @authorize(required=True, redirect_url='/login', permission='admin')
  async def index(request, identity=None):
      return web.Response(body=b'OK')

License
-------

``aiohttp_security`` is offered under the Apache 2 license.
Description
No description provided
Readme 747 KiB
Languages
Python 97.5%
Makefile 2.5%