mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-27 01:02:12 +05:30
Updated changelog
This commit is contained in:
parent
5ee1583c5b
commit
68e4b1d390
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,8 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 5.1.0 (released 2016-05-XX)
|
## 5.1.0 (released 2016-06-28)
|
||||||
|
|
||||||
* Implemented RFC7636 (Issue #574)
|
* Implemented RFC7636 (Issue #574)
|
||||||
|
* Unify middleware exception responses (Issue #578)
|
||||||
|
* Updated examples (Issue #589)
|
||||||
|
* Ensure state is in access denied redirect (Issue #597)
|
||||||
|
* Remove redundant `isExpired()` method from entity interfaces and traits (Issue #600)
|
||||||
|
* Added a check for unique access token constraint violation (Issue #601)
|
||||||
|
* Look at Authorization header directly for HTTP Basic auth checks (Issue #604)
|
||||||
|
* Added catch Runtime exception when parsing JWT string (Issue #605)
|
||||||
|
* Allow `paragonie/random_compat` 2.x (Issue #606)
|
||||||
|
* Added `indigophp/hash-compat` to Composer suggestions and `require-dev` for PHP 5.5 support
|
||||||
|
|
||||||
## 5.0.3 (released 2016-05-04)
|
## 5.0.3 (released 2016-05-04)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user