Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/athiththan11/oauth-2-grant-types
OAuth (Open Authorization) 2 Framework Grant Types
https://github.com/athiththan11/oauth-2-grant-types
access-token authorization-code-grant client-credentials-grant grant-flow implicit-flow oauth2 refresh-token resource-owner-grant
Last synced: 23 days ago
JSON representation
OAuth (Open Authorization) 2 Framework Grant Types
- Host: GitHub
- URL: https://github.com/athiththan11/oauth-2-grant-types
- Owner: athiththan11
- License: mit
- Created: 2019-04-16T06:20:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T07:39:01.000Z (over 5 years ago)
- Last Synced: 2024-11-08T15:00:08.910Z (3 months ago)
- Topics: access-token, authorization-code-grant, client-credentials-grant, grant-flow, implicit-flow, oauth2, refresh-token, resource-owner-grant
- Homepage:
- Size: 5.93 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OAuth-2-Grant-Types
OAuth (Open Authorization) 2 Framework Grant Types
- [Authorization Code Grant Type Flow](#authorization-code-grant-type-flow)
- [Implicit Grant Type Flow](#implicit-grant-type-flow)
- [Resource Owner Credentials Grant Type Flow](#resource-owner-credentials-grant-type-flow)
- [Client Credentials Grant Type Flow](#client-credentials-grant-type-flow)
- [Refresh Token Grant Flow](#refresh-token-grant-flow)A Story Guide Blog is available [here ...](https://medium.com/@athiththan11/oauth-2-grant-types-a-story-guide-582580a3c4c2)
## Authorization Code Grant Type Flow
![Authorization Code Grant Type](img/Authorization Code Grant Type Flow.png)
## Implicit Grant Type Flow
![Implicit Grant Type](img/Implicit Grant Type Flow.png)
## Resource Owner Credentials Grant Type Flow
![Resource Owner Credentials Grant Type](img/Resource Owner Credentials Grant Type Flow.png)
## Client Credentials Grant Type Flow
![Client Credentials Grant Type](img/Client Credentials Grant Type Flow.png)
## Refresh Token Grant Flow
![Refresh Token Grant](img/Refresh Token Grant Flow.png)