docs icon indicating copy to clipboard operation
docs copied to clipboard

A way to disable CSRF protection

Open samdark opened this issue 3 years ago • 0 comments

Add the following to the URL group or route you need to remove CSRF protection from:

->disableMiddleware(CsrfMiddleware::class)

samdark avatar Apr 15 '21 12:04 samdark