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 ece5f43 commit b31d693Copy full SHA for b31d693
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### 1.1.3 [2018-10-12]
2
+
3
+* Fix a concurrency issue with Refresh Tokens (#638)
4
+* Fix Refresh Token revocation when the Access Token does not exist (#625)
5
6
### 1.1.2 [2018-05-12]
7
8
* Return state with Authorization Denied error (RFC6749 section 4.1.2.1)
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = django-oauth-toolkit
-version = 1.1.2
+version = 1.1.3
description = OAuth2 Provider for Django
author = Federico Frenguelli, Massimiliano Pippi
author_email = synasius@gmail.com
0 commit comments