Tunelling an Authenticated User Across Microservices Securely
On a platform which follows the OAuth 2.0 framework, what is a secure way to pass a user from one microservice to another on the same platform without having to authenticate the user again?
Detailed Context
Assume a user at… Continue reading Tunelling an Authenticated User Across Microservices Securely