We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e6fec commit aff9a6aCopy full SHA for aff9a6a
CHANGES.txt
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.2.0 (2017-11-17)
5
+------------------
6
+
7
+- Add `is_anonymous`, `login_required`, `has_permission` helpers (#114)
8
9
0.1.2 (2017-10-17)
10
------------------
11
aiohttp_security/__init__.py
@@ -4,7 +4,7 @@
from .cookies_identity import CookiesIdentityPolicy
from .session_identity import SessionIdentityPolicy
-__version__ = '0.1.2'
+__version__ = '0.2.0'
__all__ = ('AbstractIdentityPolicy', 'AbstractAuthorizationPolicy',
0 commit comments