Created
February 17, 2016 05:33
-
-
Save deepal/7ea682443099e363e1b4 to your computer and use it in GitHub Desktop.
nodesec-csrf-express
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
form (action="/create",method="post") | |
input (type="hidden", name="_csrf", value=_csrfToken) | |
label (for="myname") Your name : | |
input (type="text", id="myname") | |
button (type="submit") Submit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment