From 6d829ddb251f9e9f1a49a91438c1bd684e827021 Mon Sep 17 00:00:00 2001 From: Sakai <44696693+sakai-303@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:23:11 +0900 Subject: [PATCH] fix: change comment on revokeOAuth2LoginSessions (#3853) --- consent/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consent/handler.go b/consent/handler.go index 2eea50bc8d..013b33ae19 100644 --- a/consent/handler.go +++ b/consent/handler.go @@ -256,7 +256,7 @@ type revokeOAuth2LoginSessions struct { // # Revokes OAuth 2.0 Login Sessions by either a Subject or a SessionID // // This endpoint invalidates authentication sessions. After revoking the authentication session(s), the subject -// has to re-authenticate at the Ory OAuth2 Provider. This endpoint does not invalidate any tokens. +// has to re-authenticate at the Ory OAuth2 Provider. It also invalidates all associated OAuth 2.0 Access Tokens. // // If you send the subject in a query param, all authentication sessions that belong to that subject are revoked. // No OpenID Connect Front- or Back-channel logout is performed in this case.