From a407e13799a71747969e5aea25fbcf611328c8d6 Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Fri, 28 Feb 2025 11:25:14 +0900 Subject: [PATCH] Add joserfc python library joserfc is derived from Authlib, but features a redesigned API specific to JOSE functionality. --- views/website/libraries/1-Python.json | 34 +++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/views/website/libraries/1-Python.json b/views/website/libraries/1-Python.json index 4667ebc4..3deaa9f1 100644 --- a/views/website/libraries/1-Python.json +++ b/views/website/libraries/1-Python.json @@ -134,6 +134,40 @@ "gitHubRepoPath": "lepture/authlib", "repoUrl": "https://github.com/lepture/authlib", "installCommandHtml": "pip install authlib" + }, + { + "minimumVersion": null, + "support": { + "sign": true, + "verify": true, + "iss": true, + "sub": true, + "aud": true, + "exp": true, + "nbf": true, + "iat": true, + "jti": true, + "typ": true, + "hs256": true, + "hs384": true, + "hs512": true, + "rs256": true, + "rs384": true, + "rs512": true, + "es256": true, + "es384": true, + "es512": true, + "ps256": true, + "ps384": true, + "ps512": true, + "eddsa": true, + "es256k": true + }, + "authorUrl": "https://github.com/lepture", + "authorName": "Hsiaoming Yang", + "gitHubRepoPath": "authlib/joserfc", + "repoUrl": "https://github.com/authlib/joserfc", + "installCommandHtml": "pip install joserfc" } ] }