Skip to content

7.2.0

Compare
Choose a tag to compare
@Sephster Sephster released this 23 Jun 16:58
· 953 commits to master since this release
8184f77

Changed

  • Added newvalidateRedirectUri 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 to OAuthServerException (PR #703)

Fixed

  • Catch and handle BadMethodCallException from the verify() method of the JWT token in the validateAuthorization method (PR #904)