How does 2-legged oauth work in OAuth 2.0?
After lots of research, I discovered that client_credentials grant type is for this scenario. Once you punch this term into google, you can find loads of very helpful resources. This is the normal flow for 3-legged OAuth 2.0 (we want the user to sign in): Assume we have the following endpoints in our app for … Read more