Skip to content

Commit 4b88cec

Browse files
authored
Update lcobucci/jwt support for PS tokens
There is a dedicated package at https://github.com/lcobucci/jwt-rsassa-pss offering support that integrates with the main package.
1 parent 5645b5e commit 4b88cec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/data/libraries-next.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2768,9 +2768,9 @@
27682768
"es256": true,
27692769
"es384": true,
27702770
"es512": true,
2771-
"ps256": false,
2772-
"ps384": false,
2773-
"ps512": false
2771+
"ps256": true,
2772+
"ps384": true,
2773+
"ps512": true
27742774
},
27752775
"authorUrl": "https://github.com/lcobucci",
27762776
"authorName": "Luís Cobucci",

0 commit comments

Comments
 (0)