7.3.0
Changed
- Moved the
finalizeScopes()
call fromvalidateAuthorizationRequest
method to thecompleteAuthorizationRequest
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)
- Ability to nest exceptions (PR #965)
Fixed
- Fix issue where AuthorizationServer is not stateless as ResponseType could store state of a previous request (PR #960)