Skip to content

Commit a407e13

Browse files
authored
Add joserfc python library
joserfc is derived from Authlib, but features a redesigned API specific to JOSE functionality.
1 parent 5b5dcb3 commit a407e13

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

views/website/libraries/1-Python.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,40 @@
134134
"gitHubRepoPath": "lepture/authlib",
135135
"repoUrl": "https://github.com/lepture/authlib",
136136
"installCommandHtml": "pip install authlib"
137+
},
138+
{
139+
"minimumVersion": null,
140+
"support": {
141+
"sign": true,
142+
"verify": true,
143+
"iss": true,
144+
"sub": true,
145+
"aud": true,
146+
"exp": true,
147+
"nbf": true,
148+
"iat": true,
149+
"jti": true,
150+
"typ": true,
151+
"hs256": true,
152+
"hs384": true,
153+
"hs512": true,
154+
"rs256": true,
155+
"rs384": true,
156+
"rs512": true,
157+
"es256": true,
158+
"es384": true,
159+
"es512": true,
160+
"ps256": true,
161+
"ps384": true,
162+
"ps512": true,
163+
"eddsa": true,
164+
"es256k": true
165+
},
166+
"authorUrl": "https://github.com/lepture",
167+
"authorName": "Hsiaoming Yang",
168+
"gitHubRepoPath": "authlib/joserfc",
169+
"repoUrl": "https://github.com/authlib/joserfc",
170+
"installCommandHtml": "pip install joserfc"
137171
}
138172
]
139173
}

0 commit comments

Comments
 (0)