Skip to content

Commit ad07aae

Browse files
author
mongkok
committed
v0.2.1
1 parent 55b427c commit ad07aae

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

AUTHORS.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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>`_

CHANGES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
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+
419
0.2.0
520
-----
621

graphql_jwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
'Revoke',
1414
]
1515

16-
__version__ = '0.2.0'
16+
__version__ = '0.2.1'

0 commit comments

Comments
 (0)