An open API service indexing awesome lists of open source software.

https://github.com/andrewrosss/oauth2-flows


https://github.com/andrewrosss/oauth2-flows

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# OAuth 2.0

> The OAuth 2.0 authorization framework enables a third-party application to obtain limited access to an HTTP service, ... [typically] on behalf of a resource owner

Diagrams and demo code related to the various OAuth 2.0 Authorization Grant Types ("flows").

## Diagrams

- [Implicit Grant Type](./01_implicit.md)
- [Authorization Code Grant Type](./02_code.md)
- [Authorization Code Grant Type with PKCE](./03_pkce.md)
- [Device Authorization Grant Type](./04_device.md)