We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53078c commit 704f24eCopy full SHA for 704f24e
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+0.3.4
5
+-----
6
+
7
+* Added JSONWebTokenBackend.get_user method
8
9
0.3.3
10
-----
11
graphql_jwt/__init__.py
@@ -20,4 +20,4 @@
20
"DeleteRefreshTokenCookie",
21
]
22
23
-__version__ = "0.3.3"
+__version__ = "0.3.4"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "django-graphql-jwt"
-version = "0.3.3"
+version = "0.3.4"
description = "JSON Web Token for Django GraphQL."
license = "MIT"
authors = ["mongkok <dani@domake.io>"]
0 commit comments