nonceChecker 수정

This commit is contained in:
sultanofdisco 2025-06-10 01:37:11 +09:00
commit e5b7eea42f
2 changed files with 36 additions and 16 deletions

View file

@ -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