class VerifyCsrfToken extendsVerifyCsrfToken

Properties

protectedbool $addHttpCookie Indicates whether the XSRF-TOKEN cookie should be set on the response.
protectedarray $except The URIs that should be excluded from CSRF verification.

Methods

bool
tokensMatch(Request$request)

Determine if the request has a URI that should pass through CSRF verification.

Details

at line32
protectedbool tokensMatch(Request$request)

Determine if the request has a URI that should pass through CSRF verification.

Parameters

Request $request

Return Value

bool