How do microservices communicate with each other when they are secured with Jwt?
I am currently learning microservices architecture. I got to know that you can use JWT, Oauth and bunch of other mechanisms to secure microservices but one thing that confuses me is that how do they communicate with each other and how can user access other service when he is authenticated by other service?