File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,11 @@ Contributors
22============
33
44* Dani, `@mongkok <https://github.com/mongkok >`_
5+ * Vaibhav Shelke, `@vshelke <https://github.com/vshelke >`_
56* `@jxltom <https://github.com/jxltom >`_
67* Sultan Iman, `@imanhodjaev <https://github.com/imanhodjaev >`_
78* Jarosław Wygoda, `@adogyf <https://github.com/adogyf >`_
89* Kamil Rykowski, `@vintage <https://github.com/vintage >`_
10+ * Florian Schade, `@onceatime <https://github.com/onceatime >`_
911* Christian González, `@nerdoc <https://github.com/nerdoc >`_
12+ * `@mtszsobczak <https://github.com/mtszsobczak >`_
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 0.2.1
5+ -----
6+
7+ * Added JWT cookie authentication
8+ * Added refresh_token_lazy
9+ * Fixed RefreshToken related name
10+ * WARNING: Added kwargs argument to JSONWebTokenMutation.resolve()
11+ * Fixed @context decorator to determine the info argument
12+ * Added _cached_token to refresh token instances to allow hashed tokens
13+ * Added JWT_GET_REFRESH_TOKEN_HANDLER setting variable
14+ * Improved argument authentication using mulitple credentials
15+ * Added execute method to SchemaTestCase
16+ * Added graphql_jwt classes to JWT_ALLOW_ANY_CLASSES
17+ * Added @superuser_required decorator
18+
4190.2.0
520-----
621
Original file line number Diff line number Diff line change 1313 'Revoke' ,
1414]
1515
16- __version__ = '0.2.0 '
16+ __version__ = '0.2.1 '
You can’t perform that action at this time.
0 commit comments