Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sign out other sessions of user on password change #1834

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lpsinger
Copy link
Member

Note: do not merge. This does not work as intended. It signs out all of the user's sessions, including the current session. There is no obvious way to sign out only specific OIDC/OAuth2 sessions of the user.

Also, this change wouldn't address the similar cases that the user changes the password through the Cognito hosted "forgot password" form.

Note: do not merge. This does not work as intended. It signs out
_all_ of the user's sessions, including the current session. There
is no obvious way to sign out only _specific_ OIDC/OAuth2 sessions
of the user.

Also, this change wouldn't address the similar cases that the user
changes the password through the Cognito hosted "forgot password"
form.
@lpsinger lpsinger added backend Issue relates to back-end development (API endpoints and other server-side code) auth Authentication and authorization labels Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth Authentication and authorization backend Issue relates to back-end development (API endpoints and other server-side code)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant