Hi,
I have an API that is going to be used in a JS/React frontend and a Mobile App.
The JS part is configured and working with the CreateFreshApiToken middleware as described by the docs. The mobile part should work too, but I'm not finding any way to get a JWT token after Authenticating the user.
Is there any way to Grant Password Access Tokens for a particular user without the POST to '/oauth/token' (which unfortunately doesn't work because my "users" table is not the default one...).
Something like: \Auth::user()->getPasswordToken();
Thank you
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community