7.2.0
Changed
- Added new
validateRedirectUri
method 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
BadMethodCallException
from theverify()
method of the JWT token in thevalidateAuthorization
method (PR #904)