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 edda0f9 commit 8699eb9Copy full SHA for 8699eb9
README.md
@@ -206,6 +206,14 @@ JWT::decode($payload, JWK::parseKeySet($jwks));
206
Changelog
207
---------
208
209
+#### 6.0.0 / 2022-01-24
210
+
211
+ - New Key object to prevent key/algorithm type confusion (#365)
212
+ - Add JWK support (#273)
213
+ - Add ES256 support (#256)
214
+ - Add ES384 support (#324)
215
+ - Add Ed25519 support (#343)
216
217
#### 5.0.0 / 2017-06-26
218
- Support RS384 and RS512.
219
See [#117](https://github.com/firebase/php-jwt/pull/117). Thanks [@joostfaassen](https://github.com/joostfaassen)!
0 commit comments