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