From 4b88cec35a430c3515741c0de7f94651c4ce65eb Mon Sep 17 00:00:00 2001 From: SvenRtbg Date: Wed, 25 Jun 2025 08:53:07 +0200 Subject: [PATCH] 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. --- src/data/libraries-next.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/libraries-next.json b/src/data/libraries-next.json index b955dd18..0b26ff0c 100644 --- a/src/data/libraries-next.json +++ b/src/data/libraries-next.json @@ -2768,9 +2768,9 @@ "es256": true, "es384": true, "es512": true, - "ps256": false, - "ps384": false, - "ps512": false + "ps256": true, + "ps384": true, + "ps512": true }, "authorUrl": "https://github.com/lcobucci", "authorName": "Luís Cobucci",