@tgugnani if you are making internal calls theres no reason why you cant use a single access token.
Sep 2, 2020
3
Level 4
Access Token for Internal API
Hello, I am new to building JSON API with Laravel. So far I have been able to create the API and test it in PostMan using the password-based access token that i generated for one of the test clients on my localhost.
My question is how does this work when I want to use the API internally. I will be making ajax call in the application to the internal API. Which access token should I use? Should I be using a single access token for the entire application? Or will be creating different access token depending upon the user that is logged in.
Thank you in advance.
Please or to participate in this conversation.