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 c3a908d commit 0afad2dCopy full SHA for 0afad2d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.17.0
2
+
3
+- Parse standard parameters when using `JWT.decode` (https://github.com/jonasroussel/dart_jsonwebtoken/pull/64)
4
5
## 2.16.0
6
7
- Add support of PEM parsing for EdDSA keys with `EdDSAPrivateKey.fromPem` and `EdDSAPublicKey.fromPem`
pubspec.yaml
@@ -1,6 +1,6 @@
name: dart_jsonwebtoken
-description: A dart implementation of the famous javascript library 'jsonwebtoken' (JWT).
-version: 2.16.0
+description: An easy to use JSON Web Token (JWT) implementation in Dart with all algorithms supported.
+version: 2.17.0
repository: https://github.com/jonasroussel/dart_jsonwebtoken
homepage: https://github.com/jonasroussel/dart_jsonwebtoken#readme
0 commit comments