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

Double cookie fix #7

Merged
merged 3 commits into from
Jan 8, 2022
Merged

Double cookie fix #7

merged 3 commits into from
Jan 8, 2022

Commits on Jan 8, 2022

  1. fix: choose correct cookie when multiple are set

    Resolves an issue where, when multiple CSRF cookies are set, a random one would be used to verify the CSRF token. Now, regardless of how many conflicting CSRF cookies exist, if one of them is valid, the request will pass and clean up the cookie store.
    
    See ory/kratos#2121
    See ory-corp/cloud#1786
    aeneasr committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    c4e5496 View commit details
    Browse the repository at this point in the history
  2. chore: format

    aeneasr committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    7f43c4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    450c909 View commit details
    Browse the repository at this point in the history