You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)
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)