mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-13 20:26:42 +09:00
nonceCheck
oidc flow인지 확인하고 id token을 디코딩한 후 nonce의 유무를 확인한다
This commit is contained in:
parent
39d2e7906c
commit
4f6f2519b3
4 changed files with 113 additions and 1 deletions
|
|
@ -10,4 +10,5 @@ dependencies = [
|
|||
"httpx>=0.28.1",
|
||||
"fastapi[standard]>=0.115.12",
|
||||
"granian>=2.3.2",
|
||||
"PyJWT>=2.10.1",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue