Api authentication with sanctum not working in laravel-11
I am using Sanctum in my laravel 11 application. Able to create token in login. But api is not able to authenticate using the generated token. No error showing. The server stops with showing any error.
Api authentication with sanctum not working in laravel-11
I am using Sanctum in my laravel 11 application. Able to create token in login. But api is not able to authenticate using the generated token. No error showing. The server stops with showing any error.
Why does Laravel 11 Sanctum not check xsrf-cookie anymore?
i’m using laravel 11 with laravel sanctum, i’ve config the sanctum as document. But at the first time i run in postman it’s return code 419 CSRF token mismatch
. then i put some code into Pre-request of postman like this: