Introduction


Everyone has heard of OAuth 2.0. If you have ever clicked a "Sign in with Google" button, you are already benefiting from it.

But what if someone asked you these questions?


"Explain the difference between Authorization Code Grant and Implicit Grant from a security perspective."
"Why should Client Credentials Grant not issue a...