nonceCheck 오류 수정

This commit is contained in:
sultanofdisco 2025-06-12 21:47:07 +09:00
commit ac32d5d604
5 changed files with 253 additions and 4 deletions

View file

@ -58,7 +58,13 @@ class NonceAddon:
async def response(self, flow: http.HTTPFlow):
try:
<<<<<<< HEAD
await self.checker.check_nonce_in_id_token(flow)
=======
pass
# TODO id_token을 파싱하는 부분이 누락되어있습니다.
# await self.checker.check_nonce_in_id_token(flow)
>>>>>>> 99fc280517f09bb93d586c26f01239f32c04c56c
except Exception as e:
print(f"[ERROR] NonceAddon failed: {e}")
pass