We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad1b04 commit ea7dda7Copy full SHA for ea7dda7
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [6.3.2](https://github.com/firebase/php-jwt/compare/v6.3.1...v6.3.2) (2022-11-01)
4
+
5
6
+### Bug Fixes
7
8
+* check kid before using as array index ([bad1b04](https://github.com/firebase/php-jwt/commit/bad1b040d0c736bbf86814c6b5ae614f517cf7bd))
9
10
## [6.3.1](https://github.com/firebase/php-jwt/compare/v6.3.0...v6.3.1) (2022-11-01)
11
12
@@ -88,5 +95,3 @@ between signing and verifying entities. Thanks to [@lcabral](https://github.com/
88
95
asymmetric keys are used together.
89
96
- Update signature for `JWT::decode(...)` to require an array of supported
90
97
algorithms to use when verifying token signatures.
91
-
92
0 commit comments