How to handle authentication when using micro-services?
when i am sending JWT to micro-service, do i need to authenticate if token is valid for every request on every micro-service running?
what is the best way to handle authorization while building micro-service?