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 db8f2f1 commit a935a05Copy full SHA for a935a05
CHANGES.rst
@@ -4,6 +4,14 @@ CHANGES
4
5
.. towncrier release notes start
6
7
+0.5.0 (2023-11-18)
8
+==================
9
+
10
+- Added type annotations.
11
+- Added a reason message when permission is rejected.
12
+- Switched to ``aiohttp.web.AppKey``.
13
+- Reverted change in ``JWTIdentityPolicy`` so identity returns ``str``.
14
15
0.4.0 (2018-09-27)
16
==================
17
aiohttp_security/__init__.py
@@ -5,7 +5,7 @@
from .jwt_identity import JWTIdentityPolicy
from .session_identity import SessionIdentityPolicy
-__version__ = '0.4.0'
+__version__ = '0.5.0'
__all__ = ('AbstractIdentityPolicy', 'AbstractAuthorizationPolicy',
0 commit comments