Auth: support RS256 OIDC tokens from bincio-auth

This commit is contained in:
Davide Scaini
2026-06-03 21:24:03 +02:00
parent 3d09097eb3
commit 62bb474908
2 changed files with 38 additions and 8 deletions
+1
View File
@@ -7,4 +7,5 @@ dependencies = [
"uvicorn[standard]>=0.29",
"pydantic>=2.0",
"PyJWT>=2.8",
"cryptography>=42",
]