Skip to content

Commit 5f5196f

Browse files
committed
GitBook: [#28] Grant Flows
1 parent 7a65f44 commit 5f5196f

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed
Loading

docs/SUMMARY.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,15 @@
1717
## Reference
1818

1919
* [OAuth Terms](reference/oauth-terms.md)
20-
* [Grant Flows](reference/grant-flows.md)
21-
* [OAuth 2 Grants](reference/oauth-2-api/README.md)
20+
* [OAuth 2 Grant Flows](reference/oauth-2-api/README.md)
2221
* [Device Flow](reference/oauth-2-api/device-flow.md)
2322
* [Authorization Flow](reference/oauth-2-api/authorization-flow.md)
2423
* [Client Credentials Flow](reference/oauth-2-api/client-credentials.md)
2524
* [Refreshing Access Tokens](reference/oauth-2-api/refreshing-access-tokens.md)
26-
* [Legacy: Implicit grant](reference/oauth-2-api/implicit-grant.md)
27-
* [Legacy: Password](reference/oauth-2-api/password.md)
2825
* [Access Token Response](reference/oauth-2-api/access-token-response.md)
2926
* [Json Web Tokens](reference/oauth-2-api/json-web-tokens.md)
27+
* [Legacy: Implicit grant](reference/oauth-2-api/implicit-grant.md)
28+
* [Legacy: Password](reference/oauth-2-api/password.md)
3029
* [Open ID Connect](reference/open-id-connect/README.md)
3130
* [Configuration](reference/open-id-connect/configuration.md)
3231
* [Registering Clients](reference/open-id-connect/registering-clients.md)

docs/reference/grant-flows.md

-5
This file was deleted.

docs/reference/oauth-2-api/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# OAuth 2 Grants
1+
# OAuth 2 Grant Flows
2+
3+
A grant is a method of acquiring an access token. Deciding which grants to implement depends on the type of client the end-user will be using, and the experience you want for your users.
4+
5+
![](../../.gitbook/assets/authority-grant-flows.png)
26

37
Dive into the specifics of each OAuth 2 Flow implementation
48

0 commit comments

Comments
 (0)