Level 7
If you are building an API you could disable the CSRF token validation (via HTTP/kernel.php).
Summer Sale! All accounts are 50% off this week.
i use postman to test api i use laravel registration and i add this line to create method 'api_token' => str_random(60),
but when i send request display error TokenMismatchException
If you are building an API you could disable the CSRF token validation (via HTTP/kernel.php).
Please or to participate in this conversation.