Authenticating for multiple services with a single JWT token (Single sign-on)
I am working on an authentication system using JWT bearer tokens. Currently every single service our company provides has it’s own JWT sign key, but uses the same data structure for the token data. Currently a client logs into our system a… Continue reading Authenticating for multiple services with a single JWT token (Single sign-on)