PHP OAuth 2.0 Server v7.2.0 Release Notes

Release Date: 2018-06-23 // almost 6 years ago
  • ๐Ÿ”„ 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)