OAuth2
- OAuth2 allows you to give an application some rights to use another application on your behalf.
- This is very handy for microservices!
- It can also be used (or abused) as an authentication system ("OpenID Connect")
- Most people only think of this when we're talking about OAuth2