Skip to content

Releases: dakujem/auth-middleware

v2.1

27 Dec 19:22
979b2ce

Choose a tag to compare

Support update:

  • no code changes
  • fully support PHP 8.4
  • drop support for PHP 8.0
  • drop support for psr/log v1
  • add support psr/log v2 and v3 (required dependency)

v2.0

19 Apr 15:05
859fc8d

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

Choose a tag to compare

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

v1.1

18 Oct 18:24
3eb07aa

Choose a tag to compare

Default injector improved.

v1

24 Jan 09:38
c49c567

Choose a tag to compare

v1

Stable. 🐎

v1.0 RC/1

28 Nov 22:37
e1a1f64

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

Choose a tag to compare

v1.0 Alpha/1 Pre-release
Pre-release

Alpha release.