I want to check and validate Json Web Tokens in headers of the incoming requests to the API gateway before passing them to microservices. But the logic for issuing tokens will be in User service behind the Gateway. Is there a way to validate incoming request web tokens?
I tried using express-gateway. It only had in memory store. Is there a way to get it from a db like MySql?