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 e1a4d6c commit 56a4199Copy full SHA for 56a4199
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 3.1.0
2
+
3
+- Fix unconsistant JWK convertion
4
+- Add `JWTKey.fromJWK` static method for parsing JWK to various key types
5
6
## 3.0.0
7
8
- Possible **BREAKING CHANGE**: `exp`, `nbf` and `iat` are now following the JWT RFC for NumericDate by only using UTC DateTime
pubspec.yaml
@@ -1,6 +1,6 @@
name: dart_jsonwebtoken
description: An easy to use JSON Web Token (JWT) implementation in Dart with all algorithms supported.
-version: 3.0.0
+version: 3.1.0
repository: https://github.com/jonasroussel/dart_jsonwebtoken
homepage: https://github.com/jonasroussel/dart_jsonwebtoken#readme
0 commit comments