PHP OAuth 2.0 Server v7.0.0 Release Notes

Release Date: 2018-02-18 // about 6 years ago
  • โž• Added

    • ๐Ÿ‘‰ Use PHPStan for static analysis of code (PR #848)
    • โฌ†๏ธ Enforce stricter static analysis checks and upgrade library dependencies (PR #852)
    • โšก๏ธ Provide PHPStan coverage for tests and update PHPUnit (PR #849)
    • ๐Ÿ›ฐ Get and set methods for OAuth Server Exception payloads. Allow implementer to specify the JSON encode options (PR #719)

    ๐Ÿ”„ Changed

    • ClientRepository interface will now accept null for the Grant type to improve extensibility options (PR #607)
    • Do not issue an error if key file permissions are 400 or 440 (PR #839)
    • Skip key file creation if the file already exists (PR #845)
    • โšก๏ธ Change changelog format and update readme

    โœ‚ Removed

    • ๐Ÿ‘Œ Support for PHP 5.6
    • ๐Ÿ‘Œ Support for version 5.x and 6.x of the library

    ๐Ÿ›  Fixed

    • PKCE implementation (PR #744)
    • Set correct redirect URI when validating scopes (PR #840)
    • S256 code challenege method (PR #842)
    • Accept RSA key with CRLF line endings (PR #805)