Update init.py

This commit is contained in:
sultanofdisco 2025-06-13 21:38:17 +09:00
commit 8226df5ac0

View file

@ -58,13 +58,7 @@ class NonceAddon:
async def response(self, flow: http.HTTPFlow): async def response(self, flow: http.HTTPFlow):
try: try:
<<<<<<< HEAD
await self.checker.check_nonce_in_id_token(flow) 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: except Exception as e:
print(f"[ERROR] NonceAddon failed: {e}") print(f"[ERROR] NonceAddon failed: {e}")
pass pass