PHP OAuth 2.0 Server v3.0.0 Release Notes

Release Date: 2013-12-02 // over 10 years ago
    • ๐Ÿ›  Fixed spelling of Implicit grant class (Issue #84)
    • ๐Ÿ‘ท Travis CI now tests for PHP 5.5
    • ๐Ÿ›  Fixes for checking headers for resource server (Issues #79 and #)
    • The word "bearer" now has a capital "B" in JSON output to match OAuth 2.0 spec
    • ๐Ÿšš All grants no longer remove old sessions by default
    • ๐Ÿ‘ All grants now support custom access token TTL (Issue #92)
    • ๐Ÿ‘ All methods which didn't before return a value now return $this to support method chaining
    • โœ‚ Removed the build in DB providers - these will be put in their own repos to remove baggage in the main repository
    • โœ‚ Removed support for PHP 5.3 because this library now uses traits and will use other modern PHP features going forward
    • ๐Ÿšš Moved some grant related functions into a trait to reduce duplicate code