Skip to content

Commit

Permalink
Merge pull request #1660 from burncitiesburn/patch-1
Browse files Browse the repository at this point in the history
Update csrfverifytoken.json
  • Loading branch information
pfreitag authored Sep 13, 2024
2 parents 9c871b9 + 9669594 commit b95b101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/en/csrfverifytoken.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"related":["csrfGenerateToken"],
"description":"Validates the passed in token against the token stored in the session for a specific key. Used to help prevent Cross-Site Request Forgery (CSRF) attacks.",
"params": [
{"name":"token","description":"The passed in token that is to be validated against the token stored in the session.","required":true,"default":"","type":"string","values":[]},
{"name":"token","description":"The passed in token that is to be validated against the token stored in the session. For Adobe Coldfusion, only the first 40 characters of the passed in token are used to verify.","required":true,"default":"","type":"string","values":[]},
{"name":"key","description":"The key against which the token was originally generated.","required":false,"default":"","type":"string","values":[]}
],
"engines": {
Expand Down

0 comments on commit b95b101

Please sign in to comment.