File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,23 @@ To see the files changed for a given bug, go to https://github.com/bshaffer/oaut
8
8
To get the diff between two versions, go to https://github.com/bshaffer/oauth2-server-php/compare/v1.0...v1.1
9
9
To get the diff for a specific change, go to https://github.com/bshaffer/oauth2-server-php/commit/XXX where XXX is the change hash
10
10
11
+ * 1.9.0 (2016-01-06)
12
+
13
+ PR: https://github.com/bshaffer/oauth2-server-php/pull/788
14
+
15
+ * bug #645 - Allow null for client_secret
16
+ * bug #651 - Fix bug in isPublicClient of Cassandra Storage
17
+ * bug #670 - Bug in client's scope restriction
18
+ * bug #672 - Implemented method to override the password hashing algorithm
19
+ * bug #698 - Fix Token Response's Content-Type to application/json
20
+ * bug #729 - Ensures unsetAccessToken and unsetRefreshToken return a bool
21
+ * bug #749 - Fix UserClaims for CodeIdToken
22
+ * bug #784 - RFC6750 compatibility
23
+ * bug #776 - Fix "redirect_uri_mismatch" for URIs with encoded characters
24
+ * bug #759 - no access token supplied to resource controller results in empty request body
25
+ * bug #773 - Use OpenSSL random method before attempting Mcrypt's.
26
+ * bug #790 - Add mongo db
27
+
11
28
* 1.8.0 (2015-09-18)
12
29
13
30
PR: https://github.com/bshaffer/oauth2-server-php/pull/643
You can’t perform that action at this time.
0 commit comments