Update doc

This commit is contained in:
Andrew Svetlov
2015-09-06 07:12:18 +02:00
parent d7f6c8a48a
commit 4ed19b2bb0
3 changed files with 32 additions and 9 deletions

View File

@@ -10,7 +10,20 @@
.. highlight:: python
Public functions
================
Public API functions
====================
.. coroutine:: remember(request, response, identity, **kwargs)
Remember identity
.. function:: setup(app, identity_policy, autz_policy)
Setup :mod:`aiohttp` application with security policies.
Abstract policies
=================