SecurityCSRFOptions
Hierarchy
- SecurityEnableOptions
- SecurityCSRFOptions
Index
Properties
bodyName
cookieDomain
cookieName
The key name stored in the cookie by the token of csrf
enable
headerName
The name of the csrf token in the header
optionalignore
optionalmatch
queryName
The name of the csrf token in the query.
refererWhiteList
sessionName
The key name of the CSRF token stored in the session.
type
useSession
If set to true, the secret will be stored in the session instead of the cookie.
The name of the csrf token in the body.