an open standard for access delegation
CodeCode to get a Token`
- `redirect_uri=redirecturi` must be same as what client provided
- `client_id=` telss the auth server which app is making the request
- `client_secret=` authenticates the app making the request is the same as the app registered with the `client_id`
### More resources
#### read
- [OAuth2 simplified](https://aaronparecki.com/oauth-2-simplified/)
#### Videos
- [what is OAuth really all about?](https://www.youtube.com/watch?v=t4-416mg6iU)
#### More things
- [OAuth wiki](https://en.wikipedia.org/wiki/OAuth)
- [build a node api with oauth](https://developer.okta.com/blog/2018/08/21/build-secure-rest-api-with-node)
