mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 09:01:51 +09:00
nonceChecker 수정
This commit is contained in:
parent
eda0c5a679
commit
e5b7eea42f
2 changed files with 36 additions and 16 deletions
|
|
@ -57,7 +57,7 @@ class NonceAddon:
|
|||
|
||||
async def response(self, flow: http.HTTPFlow):
|
||||
try:
|
||||
await self.checker.response(flow)
|
||||
await self.checker.check_nonce_in_id_token(flow)
|
||||
except Exception as e:
|
||||
print(f"[ERROR] NonceAddon failed: {e}")
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue