Double-submit cookie token configuration for createCsrfHooks(...).
createCsrfHooks(...)
Optional
Cookie that stores the expected CSRF token.
Defaults to "beignet.csrf".
"beignet.csrf"
Header that must carry the CSRF token.
Defaults to "x-csrf-token".
"x-csrf-token"
Double-submit cookie token configuration for
createCsrfHooks(...).