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 b3c1cee commit c018f50Copy full SHA for c018f50
CHANGELOG.md
@@ -4,6 +4,13 @@
4
* **Compatibility**: Django 2.0 is the new minimum required version.
5
* **New feature**: Added TokenMatchesOASRequirements Permissions.
6
7
+
8
+### 1.1.2 [2018-05-12]
9
10
+* Return state with Authorization Denied error (RFC6749 section 4.1.2.1)
11
+* Fix a crash with malformed base64 authentication headers
12
+* Fix a crash with malformed IPv6 redirect URIs
13
14
### 1.1.1 [2018-05-08]
15
16
* **Critical**: Django OAuth Toolkit 1.1.0 contained a migration that would revoke all existing
@@ -26,7 +33,6 @@
26
33
refresh tokens may be re-used.
27
34
* An `app_authorized` signal is fired when a token is generated.
28
35
29
-
30
36
### 1.0.0 [2017-06-07]
31
37
32
38
* **New feature**: AccessToken, RefreshToken and Grant models are now swappable.
0 commit comments