File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
- ### 1.1.0 [ unreleased]
1
+ ### 1.1.2 [ 2018-05-12]
2
+
3
+ * Return state with Authorization Denied error (RFC6749 section 4.1.2.1)
4
+ * Fix a crash with malformed base64 authentication headers
5
+ * Fix a crash with malformed IPv6 redirect URIs
6
+
7
+ ### 1.1.1 [ 2018-05-08]
8
+
9
+ * ** Critical** : Django OAuth Toolkit 1.1.0 contained a migration that would revoke all existing
10
+ RefreshTokens (` 0006_auto_20171214_2232 ` ). This release corrects the migration.
11
+ If you have already ran it in production, please see the following issue for more details:
12
+ https://github.com/jazzband/django-oauth-toolkit/issues/589
13
+
14
+
15
+ ### 1.1.0 [ 2018-04-13]
2
16
3
17
* ** Notice** : The Django OAuth Toolkit project is now hosted by JazzBand.
4
18
* ** Compatibility** : Django 1.11 is the new minimum required version. Django 1.10 is no longer supported.
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = django-oauth-toolkit
3
- version = 1.1.1
3
+ version = 1.1.2
4
4
description = OAuth2 Provider for Django
5
5
author = Federico Frenguelli, Massimiliano Pippi
6
6
author_email = synasius@gmail.com
You can’t perform that action at this time.
0 commit comments