Skip to content

7.1.0

Compare
Choose a tag to compare
@Sephster Sephster released this 22 Apr 14:19
· 961 commits to master since this release
bd47b58

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)