Secure your API Gateway with Json Web Tokens (JWT)
Secure your API Gateway with Json Web Tokens (JWT)
Spring recently released an update for microservices applications, and this update is a Spring Cloud Gateway that sits in front of all your microservices and accepts requests and then redirects them to the corresponding service. It’s handy to add a layer of security here, so that if a […]


