PHP OAuth 2.0 Server v6.1.0 Release Notes

Release Date: 2017-12-23 // over 6 years ago
    • 🔄 Changed the token type issued by the Implicit Grant to be Bearer instead of bearer. (PR #724)
    • Replaced call to array_key_exists() with the faster isset() on the Implicit Grant. (PR #749)
    • 👍 Allow specification of query delimiter character in the Password Grant (PR #801)
    • ➕ Add Zend Diactoros library dependency to examples (PR #678)
    • 0️⃣ Can set default scope for the authorization endpoint. If no scope is passed during an authorization request, the default scope will be used if set. If not, the server will issue an invalid scope exception (PR #811)
    • ➕ Added validation for redirect URIs on the authorization end point to ensure exactly one redirection URI has been passed (PR #573)