Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)