From 02fbab33f820e081ef5ee026ce3228beb66bdf4c Mon Sep 17 00:00:00 2001 From: SvenRtbg Date: Thu, 6 Feb 2025 10:19:43 +0100 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. I don't know if there should be a separate mention of that here, or somewhere along the way, though. --- views/website/libraries/24-PHP.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/website/libraries/24-PHP.json b/views/website/libraries/24-PHP.json index 45a30f24..90d66ab0 100644 --- a/views/website/libraries/24-PHP.json +++ b/views/website/libraries/24-PHP.json @@ -59,9 +59,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",