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

Destroy existing sessions when activating 2FA. #578

Merged
merged 4 commits into from
Sep 4, 2023

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    c86b759 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Adjust when sessions are destroyed.

    Sessions are destroyed when:
     - No providers -> Some providers
     - Some providers -> Less providers
    dd32 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    7e9a6fb View commit details
    Browse the repository at this point in the history
  2. Only destroy sessions if when deactivating a provider, there are stil…

    …l providers enabled.
    dd32 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    36919c8 View commit details
    Browse the repository at this point in the history
  3. Update tests to reflect changes.

    dd32 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    1d1df91 View commit details
    Browse the repository at this point in the history