Here is another post on tokens: https://laracasts.com/discuss/channels/laravel/how-should-i-store-my-access-token-for-my-web-api
Jun 1, 2020
1
Level 1
Where to store access_token in laravel consumer api project ??
We have legacy laravel app (webApp) - Passport Auth server User information managed in (webApp)
Consumer is laravel API project , front end nuxt js , database is different from (webApp) Consumer application not have user information
API user authentication can be done by grant type authorization code and redirect routes Access_Token also retrived …
Where to store access_token in laravel api (Consumer) project ?
How to authenticate API <-> Nuxt Application using access_token retrieved from WebApp ??
Please or to participate in this conversation.