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)