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

Exempt multiple safe session user mismatches #29053

Merged
merged 2 commits into from
Oct 18, 2021

Commits on Oct 18, 2021

  1. fix: mark register user change

    Since we may get user changes during registration,
    we mark it as expected so our Safe Session protection
    won't be triggered.
    robrap committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    b92bc52 View commit details
    Browse the repository at this point in the history
  2. fix: mark access token login user change

    Since we may get a user change during access token
    login, we mark it as expected so our Safe Session
    protection won't be triggered.
    robrap committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    ab9fedf View commit details
    Browse the repository at this point in the history