When I log in through my front-end layer, a request is sent to my authentication server which, in turn, returns a Bearer Token that can be saved in a cookie, for example. No doubt about it!
My problem is that my front layer requests N other APIs and I need to be authenticated in all of them since I can not release the routes to receive requests without being authenticated.
How do I plan authentication?