-
Notifications
You must be signed in to change notification settings - Fork 959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to re enable csrf ? #198
Comments
I think this ll solve it maybe :/ ? 'api' => [ |
You don't have to use a csrf token with this template because it uses a token when making a request to the server. |
is there a guest Bearer ? |
I think you can enable back all the middleware. |
I think I ll use something like google recaptcha |
How can i re enable csrf ?
I already uncommented the lines in the App\Http\Kernel but I still can make post requests with postman without the csrf field in the header.
The text was updated successfully, but these errors were encountered: