Roda 3.77.0 Released #352
jeremyevans
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Roda 3.77.0 has been released!
New Features
in forms. A csrf_formaction_tag method has been added for creating
a hidden input for a particular path and method. When a form is
submitted, the check_csrf! method will fix check for a path-specific
csrf token (set by the hidden tag added by the csrf_formaction_tag
method), before checking for the default csrf token.
Thanks,
Jeremy
Beta Was this translation helpful? Give feedback.
All reactions