I've just created a fresh Laravel 6 project, installed the Passport functionality (Laravel Passport) and wanted to try it out. Now, in Postman I try to access the default route POST /oauth/clients, fill name and redirect arguments as expected.
At this point I'll get a "CSRF token mismatch" error, what could I be doing wrong here? I do know that this is pretty limited information to go on, ask away if more is needed.
Running the Laravel website with 'php artisan serve'.
Edit: Postman has Accept: Json/Application.
\Laravel\Passport\Http\Middleware\CreateFreshApiToken::class,
from your middleware if you've added it and don't need it. – D Malan