Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security Issue: Authenticate each REST API call using JWT #24

Open
ghost opened this issue Feb 14, 2020 · 1 comment
Open

Security Issue: Authenticate each REST API call using JWT #24

ghost opened this issue Feb 14, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented 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.

@ghost ghost changed the title Authenticate each REST API call using JWT Security Issue: Authenticate each REST API call using JWT Feb 14, 2020
@anuragkumar95
Copy link
Contributor

Nice idea... would implement later when we wud have more time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant