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
Added error_description to the error payload to improve standards compliance. The contents of this are copied from the existing message value. (PR #1006)
Deprecated
Error payload will not issue message value in the next major release (PR #1006)
Fix issue with previous release where interface had changed for the AuthorizationServer. Reverted to the previous interface while maintaining functionality changes (PR #970)
Moved the finalizeScopes() call from validateAuthorizationRequest method to the completeAuthorizationRequest method so it is called just before the access token is issued (PR #923)
Added
Added a ScopeTrait to provide an implementation for jsonSerialize (PR #952)