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

Handle csrf stored in sessions #111

Merged
merged 2 commits into from Nov 2, 2018
Merged

Handle csrf stored in sessions #111

merged 2 commits into from Nov 2, 2018

Commits on Mar 3, 2018

  1. Handle csrf stored in sessions

    This allow to use CSRF_USE_SESSIONS = True which store crsf token in session instead of cookies.tting CSRF_USE_SESSIONS = True.
    It checks if csrf token found in cookies otherwise try to get csrf token in session.
    Darkaird committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    bac787b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. Remove useless line

    Darkaird committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    2e7726a View commit details
    Browse the repository at this point in the history