Skip to content

Releases: dakujem/auth-middleware

v2.0

19 Apr 15:05
859fc8d
Compare
Choose a tag to compare

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.

v1.2

19 Apr 14:26
b0498ec
Compare
Choose a tag to compare

Means for mitigation of security issue CVE-2021-46743.

v1.1

18 Oct 18:24
3eb07aa
Compare
Choose a tag to compare

Default injector improved.

v1

24 Jan 09:38
c49c567
Compare
Choose a tag to compare
v1

Stable. 🐎

v1.0 RC/1

28 Nov 22:37
e1a1f64
Compare
Choose a tag to compare
v1.0 RC/1 Pre-release
Pre-release

Tested & fully functional release candidate.

v1.0 Alpha/1

07 Nov 08:59
2e97598
Compare
Choose a tag to compare
v1.0 Alpha/1 Pre-release
Pre-release

Alpha release.