Security
☰Fullscreen
Table of Content:
The security aspect, related to the identity of the requestor services to handle the request, is taken care by API Gateway. The API Gateway authenticates the user and transfers an access token (e.g., JSON Web Token) that securely recognizes the user in each request to the services.
The access token is issued upon successful authorization which is used for authenticating all requests.
Access Token
A user will get a token when a user logs into an application. This token will help other services to identify the user.
More about Security
Learn more about the Security aspect of Microservices here.
Microservices Architecture