Tag: gateway
-
Misunderstanding about microservices authentication and authorization
0 I have three graphql microservices gateway (@mercurius/gateway) user-service travels service. My thoughts for implementation. When a client (react-native app) send a request to register a user, the api gateway allows it to hit user-service without authentication. Once at the user-service, the user is created and token is issued and send back to the client.…