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

Add csrf_tag helper #201

Merged
merged 3 commits into from
Feb 8, 2022
Merged

Add csrf_tag helper #201

merged 3 commits into from
Feb 8, 2022

Commits on Feb 8, 2022

  1. Add csrf_tag helper

    This lets us easily inject a hidden field containing a CSRF token into
    a form, while manually controlling all attributes of the form, e.g.
    `name`, `id`, etc.
    
    Fix aantron#199
    yawaramin committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    511329a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b5196 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2a5762 View commit details
    Browse the repository at this point in the history