PHP OAuth 2.0 Server v7.1.0 Release Notes

Release Date: 2018-04-22 // about 6 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed hint for unsupportedGrantType exception so it no longer references the grant type parameter which isn't always expected (PR #893)
    • โฌ†๏ธ Upgrade PHPStan checks to level 7 (PR #856)

    โž• Added

    • โž• Added event emitters for issued access and refresh tokens (PR #860)
    • Can now use Defuse\Crypto\Key for encryption/decryption of keys which is faster than the Cryto class (PR #812)