This commit is contained in:
Timothy Jaeryang Baek
2026-04-21 16:05:26 +09:00
parent 65f55847a1
commit 116eb7fc55
+2 -2
View File
@@ -1922,10 +1922,10 @@ class OAuthManager:
users_to_logout.append(user)
if not users_to_logout and sid:
log.info(f'Back-channel logout: no user found by sub, sid-based lookup not yet supported (sid={sid})')
log.debug(f'Back-channel logout: no user found by sub, sid-based lookup not yet supported (sid={sid})')
if not users_to_logout:
log.info(f'Back-channel logout: no matching user for provider={matched_provider}, sub={sub}, sid={sid}')
log.debug(f'Back-channel logout: no matching user for provider={matched_provider}, sub={sub}, sid={sid}')
return JSONResponse(status_code=200, content={})
# 9. Revoke tokens and delete sessions