We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e2e6d commit 004f229Copy full SHA for 004f229
docs/tokens_in_cookies.rst
@@ -97,7 +97,7 @@ Then extract the CSRF token from the cookie and pass it to the server via a hidd
97
98
<form id="my_form" method="POST">
99
...
100
- <input id="csrf_input" type="hidden">
+ <input id="csrf_input" name="csrf_token" type="hidden">
101
<button>Submit</button>
102
</form>
103
0 commit comments