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

Commits on Jan 16, 2024

  1. WIP: Sign out other sessions of user on password change

    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 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    abcb486 View commit details
    Browse the repository at this point in the history