PHP OAuth 2.0 Server v5.1.0 Release Notes

Release Date: 2016-06-28 // almost 8 years ago
    • 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