Emerson Brôga
Emerson Brôga
Im following the steps here https://nextjs.org/learn/dashboard-app/adding-authentication using the new NextJS 14 with the `next-auth@beta` and even after Credentials authorize return a user, it doesn't redirect to the dashboard page. ```...
Same problem here. When I make a request from a browser or postman it works, but when I make a request from phpunit, the `$headers` property inside the `JWTAuth.php` on...
Found this, `https://stackoverflow.com/questions/31309098/laravel-testcase-not-sending-authorization-headers-jwt-token`, not a definitive solution, but maybe it helps.