PHP OAuth 2.0 Server v8.2.0 Release Notes

Release Date: 2020-11-25 // over 3 years ago
  • โž• Added

    • โž• Add a getRedirectUri function to the OAuthServerException class (PR #1123)
    • ๐Ÿ‘Œ Support for PHP 8.0 (PR #1146)

    โœ‚ Removed

    • โœ‚ Removed support for PHP 7.2 (PR #1146)

    ๐Ÿ›  Fixed

    • Fix typo in parameter hint. code_challenged changed to code_challenge. Thrown by Auth Code Grant when the code challenge does not match the regex. (PR #1130)
    • ๐Ÿ‘ป Undefined offset was returned when no client redirect URI was set. Now throw an invalidClient exception if no redirect URI is set against a client (PR #1140)