PHP OAuth 2.0 Server v5.0.0-RC2 Release Notes

Release Date: 2016-04-10 // about 7 years ago
    • ๐Ÿ‘ Allow multiple client redirect URIs (Issue #511)
    • โœ‚ Remove unused mac token interface (Issue #503)
    • ๐Ÿ– Handle RSA key passphrase (Issue #502)
    • โœ‚ Remove access token repository from response types (Issue #501)
    • โœ‚ Remove unnecessary methods from entity interfaces (Issue #490)
    • Ensure incoming JWT hasn't expired (Issue #509)
    • ๐Ÿ›  Fix client identifier passed where user identifier is expected (Issue #498)
    • โœ‚ Removed built-in entities; added traits to for quick re-use (Issue #504)
    • Redirect uri is required only if the "redirect_uri" parameter was included in the authorization request (Issue #514)
    • โœ‚ Removed templating for auth code and implicit grants (Issue #499)