configure apigateway spring boot microservice to handle request validation&authorization with jwt token and the springboot security microservice
my security microservice is working fine when i register a user it is saved in my database and when loging in a jwt is generated
the security service is meant to protect a search api service that is also working just fine, now the last step which is using the api gateway to filter resuests, is the problem because it allows every request and returns the wantes results even if i am not passing any bearer token
configure apigateway spring boot microservice to handle request validation&authorization with jwt token and the springboot security microservice
my security microservice is working fine when i register a user it is saved in my database and when loging in a jwt is generated
the security service is meant to protect a search api service that is also working just fine, now the last step which is using the api gateway to filter resuests, is the problem because it allows every request and returns the wantes results even if i am not passing any bearer token