Skip to content

v2.0

Latest
Compare
Choose a tag to compare
@dakujem dakujem released this 19 Apr 15:05
· 1 commit to trunk since this release
859fc8d

Mitigates security vulnerability CVE-2021-46743.

Notable changes:

  • requires PHP 8.
  • requires configuration changes
    • subtle change of wrapping the string secret into the new Secret configuration object when only using a single algorithm for encoding/decoding
    • when using multiple possible algorithms, "kid" JWT header parameter must be used when encoding the JWT

See the changelog for detailed info. Also see this issue to understand the changes.