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

Reduce frequency of CSRF Tokens being refreshed/reset #3168

Merged
merged 4 commits into from Mar 22, 2021

Commits on Mar 18, 2021

  1. Add tests for expected behavior. CSRF token only refreshes on login, …

    …logout or when passed as a param.
    tdonohue committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    e100063 View commit details
    Browse the repository at this point in the history
  2. Modify behavior to match tests. CSRF token only refreshes on login, l…

    …ogout or when sent via param.
    tdonohue committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    e0b9a48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    158d088 View commit details
    Browse the repository at this point in the history
  4. Enhance expectations in test. Document in comments why we send 2 cook…

    …ies when CSRF token changes.
    tdonohue committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    404b828 View commit details
    Browse the repository at this point in the history