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

CSRF protection #798

Merged
merged 6 commits into from
Jun 5, 2020
Merged

CSRF protection #798

merged 6 commits into from
Jun 5, 2020

Commits on Jun 5, 2020

  1. CSRF protection, refs #793

    simonw committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    e994b21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2db60f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24c9377 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    134296d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd006a7 View commit details
    Browse the repository at this point in the history
  6. Wrapping up work on CSRF

    - Use new csrftoken() function, refs simonw/asgi-csrf#7
    - Check for Vary: Cookie hedaer, refs simonw/asgi-csrf#8
    
    Refs #793 and #798
    simonw committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    fe43963 View commit details
    Browse the repository at this point in the history