0
When logging in through my front-end layer, a request is sent to my authentication server which in turn returns a Bearer Token that may be saved to a cookie, for example. No doubt about it!
My problem is that my front layer requests to N other Apis and I need to be authenticated in all of them, since I can’t clear routes to receive requests without being authenticated.
How should I plan authentication?