VerifyCsrfToken
extends VerifyCsrfToken
in package
Table of Contents
- $addHttpCookie : bool
- Indicates whether the XSRF-TOKEN cookie should be set on the response.
- $except : array<string|int, mixed>
- The URIs that should be excluded from CSRF verification.
Properties
$addHttpCookie
Indicates whether the XSRF-TOKEN cookie should be set on the response.
protected
bool
$addHttpCookie
= true
$except
The URIs that should be excluded from CSRF verification.
protected
array<string|int, mixed>
$except
= []