Redis – Storing JWT in microservices
We are building a microservices to integrate with an external API that uses OAuth2 and provides tokens (JWT). What is the best place to store token? redis? database? Service will run on kubernetes so when the pods scale out, they…