Releases: thephpleague/oauth2-server
Releases · thephpleague/oauth2-server
4.1.2
01 Jan 12:56
Compare
Sorry, something went wrong.
No results found
Remove side-effects in hash_equals() implementation (Issue #290 )
4.1.1
01 Jan 12:56
Compare
Sorry, something went wrong.
No results found
Changed symfony/http-foundation dependency version to ~2.4 so package can be installed in Laravel 4.1.*
4.1.0
27 Dec 23:02
Compare
Sorry, something went wrong.
No results found
Added MAC token support (Issue #158 )
Fixed example init code (Issue #280 )
Toggle refresh token rotation (Issue #286 )
Docblock fixes
4.0.5
15 Dec 17:35
Compare
Sorry, something went wrong.
No results found
Prevent duplicate session in auth code grant (Issue #282 )
4.0.4
03 Dec 23:27
Compare
Sorry, something went wrong.
No results found
Ensure refresh token hasn't expired (Issue #270 )
4.0.3
02 Dec 10:47
Compare
Sorry, something went wrong.
No results found
Fix bad type hintings (Issue #267 )
Do not forget to set the expire time (Issue #268 )
4.0.2
21 Nov 00:23
Compare
Sorry, something went wrong.
No results found
Improved interfaces (Issue #255 )
Learnt how to spell delimiter and so getScopeDelimiter() and setScopeDelimiter() methods have been renamed
Docblock improvements (Issue #254 )
4.0.1
09 Nov 11:47
Compare
Sorry, something went wrong.
No results found
Alias the master branch in composer.json (Issue #243 )
Numerous PHP CodeSniffer fixes (Issue #244 )
.travis.yml update (Issue #245 )
The getAccessToken method should return an AccessTokenEntity object instead of a string in ResourceServer.php (#246 )
4.0.0
08 Nov 17:26
Compare
Sorry, something went wrong.
No results found
3.2.4
10 Sep 15:56
Compare
Sorry, something went wrong.
No results found
Add a new "missing_token" exception message to Resource server (#204 )