Skip to content

Commit 4ce7d9b

Browse files
committed
Add the support for PS256, PS384, PS512 & ES256K for the dart_jsonwebtoken library
1 parent d12e26f commit 4ce7d9b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

views/website/libraries/36-Dart.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"nbf": true,
1717
"iat": true,
1818
"jti": true,
19-
"typ": true,
19+
"typ": true,
2020
"hs256": true,
2121
"hs384": true,
2222
"hs512": true,
@@ -27,10 +27,10 @@
2727
"es384": true,
2828
"es512": true,
2929
"eddsa": true,
30-
"ps256": false,
31-
"ps384": false,
32-
"ps512": false,
33-
"es256k": false
30+
"ps256": true,
31+
"ps384": true,
32+
"ps512": true,
33+
"es256k": true
3434
},
3535
"authorUrl": "https://github.com/jonasroussel",
3636
"authorName": "Jonas Roussel",

0 commit comments

Comments
 (0)