Laravel – React Native : Sanctum getting 302 redirects to homepage
I have a laravel backend and a react native frontend, I want to protect the api routes that are hit from my react native app with axios, for this i installed laravel sanctum. My current workflow is : I log…