mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 04:01:51 +09:00
Update init.py
This commit is contained in:
parent
79295badd1
commit
8226df5ac0
1 changed files with 0 additions and 6 deletions
|
|
@ -58,13 +58,7 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue