Understanding OAuth2 process with SSO in microservices world
I'm currently learning about OAuth2. I went through two different courses and none of them answered how OAuth should be implemented in microservices world. Let's say there is an app for uploading photos after user registration. I would let users…