Releases · firebase/php-jwt

v7.0.5

7.0.5 (2026-03-31)

Bug Fixes

  • RSA from JWK sometimes returns empty Instance (#628) (b4c78aa)

v7.0.4

7.0.4 (2026-03-27)

Bug Fixes

  • readme examples, add tests for all examples (#626) (510a00c)
  • use urlsafeB64Decode everywhere (#627) (b889495)

v7.0.3

7.0.3 (2026-02-18)

Miscellaneous Chores

  • add environment for Release Please job (#619) (300fd02)

v7.0.2

7.0.2 (2025-12-16)

Bug Fixes

  • add key length validation for ec keys (#615) (7044f9a)

v7.0.1

Bug Fixes

  • remove resource support (#612)

v7.0.0

7.0.0 (2025-12-15)

⚠️ ⚠️ ⚠️ Security Fixes ⚠️ ⚠️ ⚠️

  • add key size validation (#613) (6b80341)
    NOTE: This fix will cause keys with a size below the minimally allowed size to break.

Features

  • add SensitiveParameter attribute to security-critical parameters (#603) (4dbfac0)
  • store timestamp in ExpiredException (#604) (f174826)

Bug Fixes

v6.11.1

v6.11.0

6.11.0 (2025-01-23)

Features

Bug Fixes

  • refactor constructor Key to use PHP 8.0 syntax (#577) (29fa2ce)

v6.10.2

v6.10.1