File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 3.0.0
2+
3+ - Possible ** BREAKING CHANGE** : ` exp ` , ` nbf ` and ` iat ` are now following the JWT RFC for NumericDate by only using UTC DateTime
4+ - Add JWK (JSON Web Key) conversion methods to key classes (` toJWK() ` )
5+ - Fix HMAC secret auto detect if base64 is url or not
6+ - Fix base64Url instead of base64 for string payloads JWT
7+ - Add header tests for ` exp ` , ` nbf ` and ` iat `
8+
19## 2.17.0
210
311- Parse standard parameters when using ` JWT.decode ` (https://github.com/jonasroussel/dart_jsonwebtoken/pull/64 )
Original file line number Diff line number Diff line change 11name : dart_jsonwebtoken
22description : An easy to use JSON Web Token (JWT) implementation in Dart with all algorithms supported.
3- version : 2.17 .0
3+ version : 3.0 .0
44repository : https://github.com/jonasroussel/dart_jsonwebtoken
55homepage : https://github.com/jonasroussel/dart_jsonwebtoken#readme
66
You can’t perform that action at this time.
0 commit comments