Demystifying OAuth2 (and OpenID Connect)
Hey everyone!
Today we are going to talk about OAuth2, the authorization framework that is also the base of the OpenID Connect Authentication protocol. I will focus only on the explicit flow on this post, the implicit flow should be…