Skip to content

Commit 76cab99

Browse files
committed
GitBook: [#15] OAuth 2 update
1 parent a258e26 commit 76cab99

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

docs/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## Reference
1515

16-
* [OAuth 2 API](reference/oauth-2-api/README.md)
16+
* [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)
1919
* [Implicit grant](reference/oauth-2-api/implicit-grant.md)

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

+19-11
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,31 @@
1-
# OAuth 2 API
1+
# OAuth 2
22

3-
Dive into the specifics of each API endpoint by checking out our complete documentation.
3+
Dive into the specifics of each OAuth 2 Flow implementation
44

5-
## Authorize
5+
{% content-ref url="device-flow.md" %}
6+
[device-flow.md](device-flow.md)
7+
{% endcontent-ref %}
68

7-
All the methods associated with `CRUD`ing some pets. Which isn't as weird as it sounds:
9+
{% content-ref url="authorization-flow.md" %}
10+
[authorization-flow.md](authorization-flow.md)
11+
{% endcontent-ref %}
812

913
{% content-ref url="implicit-grant.md" %}
1014
[implicit-grant.md](implicit-grant.md)
1115
{% endcontent-ref %}
1216

13-
## Users
17+
{% content-ref url="client-credentials.md" %}
18+
[client-credentials.md](client-credentials.md)
19+
{% endcontent-ref %}
1420

15-
Everything related to users:
21+
{% content-ref url="password.md" %}
22+
[password.md](password.md)
23+
{% endcontent-ref %}
1624

17-
{% content-ref url="authorization-flow.md" %}
18-
[authorization-flow.md](authorization-flow.md)
25+
{% content-ref url="refreshing-access-tokens.md" %}
26+
[refreshing-access-tokens.md](refreshing-access-tokens.md)
1927
{% endcontent-ref %}
2028

21-
{% hint style="info" %}
22-
**Good to know:** Using the 'Page Link' block lets you link directly to a page. If this page's name, URL or parent location changes, the reference will be kept up to date. You can also mention a page – like [implicit-grant.md](implicit-grant.md "mention") – if you don't want a block-level link.
23-
{% endhint %}
29+
{% content-ref url="access-token-response.md" %}
30+
[access-token-response.md](access-token-response.md)
31+
{% endcontent-ref %}

0 commit comments

Comments
 (0)