You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that the user-management initially authenticates the user using login and password, but on subsequent request from the front-end the token is not verified. This will leave your microservices open to attacks as anyone can call the APIs.
One way to handle it is, you can pass the JWT token with each request and then API gateway can verify it calling the micro-services.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Authenticate each REST API call using JWT
Security Issue: Authenticate each REST API call using JWT
Feb 14, 2020
I notice that the user-management initially authenticates the user using login and password, but on subsequent request from the front-end the token is not verified. This will leave your microservices open to attacks as anyone can call the APIs.
One way to handle it is, you can pass the JWT token with each request and then API gateway can verify it calling the micro-services.
The text was updated successfully, but these errors were encountered: