Skip to content

Commit c59d667

Browse files
committed
GitBook: [#20] Add legacy grants
1 parent a0acd9b commit c59d667

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/SUMMARY.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
* [OAuth 2](reference/oauth-2-api/README.md)
1717
* [Device Flow](reference/oauth-2-api/device-flow.md)
1818
* [Authorization Flow](reference/oauth-2-api/authorization-flow.md)
19-
* [Implicit grant](reference/oauth-2-api/implicit-grant.md)
2019
* [Client credentials](reference/oauth-2-api/client-credentials.md)
21-
* [Password](reference/oauth-2-api/password.md)
2220
* [Refreshing Access Tokens](reference/oauth-2-api/refreshing-access-tokens.md)
23-
* [Access Token Response](reference/oauth-2-api/access-token-response.md)
21+
* [Legacy: Implicit grant](reference/oauth-2-api/implicit-grant.md)
22+
* [Legacy: Password](reference/oauth-2-api/password.md)
23+
* [Access Token Response](reference/access-token-response.md)
2424
* [Json Web Tokens](reference/json-web-tokens.md)
2525
* [Open ID Connect](reference/open-id-connect.md)

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ Dive into the specifics of each OAuth 2 Flow implementation
2626
[refreshing-access-tokens.md](refreshing-access-tokens.md)
2727
{% endcontent-ref %}
2828

29-
{% content-ref url="access-token-response.md" %}
30-
[access-token-response.md](access-token-response.md)
29+
{% content-ref url="../access-token-response.md" %}
30+
[access-token-response.md](../access-token-response.md)
3131
{% endcontent-ref %}

0 commit comments

Comments
 (0)