7.2.0
Changed
- Added new
validateRedirectUrimethod AbstractGrant to remove three instances of code duplication (PR #912) - Allow 640 as a crypt key file permission (PR #917)
Added
- Function
hasRedirect()added toOAuthServerException(PR #703)
Fixed
- Catch and handle
BadMethodCallExceptionfrom theverify()method of the JWT token in thevalidateAuthorizationmethod (PR #904)