Hi
I have mutliple miscroservices, all using a jwt to authenticate, my only problem is if the users information changes there is nothing in any of the microservices to validate this.
What are my options for dealing with this, I know one option is to store basic user information in all microservice, however doing that seems to negate the point of a microservice.
any thoughts would be appriciated.