https://github.com/andrewrosss/oauth2-flows
https://github.com/andrewrosss/oauth2-flows
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewrosss/oauth2-flows
- Owner: andrewrosss
- Created: 2023-06-19T23:53:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T05:06:33.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T05:42:03.223Z (3 months ago)
- Language: TypeScript
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)