I have a web app that does the login to keycloak server and gets the JWT token from keycloak server.
The it fires and api and for the completion of the request it goes to multiple microservices. I want to verify the keycloak JWT token on these microservices without contacting to keycloak server every time.
These microservices are written in nodejs