File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,24 @@ Roadmap / Todo list (help wanted)
90
90
Changelog
91
91
---------
92
92
93
+ 0.8.0 [2015-03-27]
94
+ ~~~~~~~~~~~~~~~~~~
95
+
96
+ * Several docs improvements and minor fixes
97
+ * #185: fixed vulnerabilities on Basic authentication
98
+ * #173: ProtectResourceMixin now allows OPTIONS requests
99
+ * Fixed client_id and client_secret characters set
100
+ * #169: hide sensitive informations in error emails
101
+ * #161: extend search to all token types when revoking a token
102
+ * #160: return empty response on successful token revocation
103
+ * #157: skip authorization form with `skip_authorization_completely ` class field
104
+ * #155: allow custom uri schemes
105
+ * fixed `get_application_model ` on Django 1.7
106
+ * fixed non rotating refresh tokens
107
+ * #137: fixed base template
108
+ * customized `client_secret ` lenght
109
+ * #38: create access tokens not bound to a user instance for *client credentials * flow
110
+
93
111
0.7.2 [2014-07-02]
94
112
~~~~~~~~~~~~~~~~~~
95
113
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.8.0 [2015-03-27]
5
+ ------------------
6
+
7
+ * Several docs improvements and minor fixes
8
+ * #185: fixed vulnerabilities on Basic authentication
9
+ * #173: ProtectResourceMixin now allows OPTIONS requests
10
+ * Fixed client_id and client_secret characters set
11
+ * #169: hide sensitive informations in error emails
12
+ * #161: extend search to all token types when revoking a token
13
+ * #160: return empty response on successful token revocation
14
+ * #157: skip authorization form with `skip_authorization_completely ` class field
15
+ * #155: allow custom uri schemes
16
+ * fixed `get_application_model ` on Django 1.7
17
+ * fixed non rotating refresh tokens
18
+ * #137: fixed base template
19
+ * customized `client_secret ` lenght
20
+ * #38: create access tokens not bound to a user instance for *client credentials * flow
21
+
22
+
4
23
0.7.2 [2014-07-02]
5
24
------------------
6
25
You can’t perform that action at this time.
0 commit comments