Slide 5
Slide 5 text
TYPICAL WEB FLOW
https://www.digitalocean.com/community/tutorials/an-introduction-to-oauth-2
There is the client, resource owner, and resource server.
the user is the resource owner.
Say the user visits our application and now we want to start the oauth dance.
So, my first thought was, okay this is simple. the app is my front end app. I just need to implement the dance. So, i started diving into the details of accomplishing that
but then I realize