Skip to content

Commit 9c592f1

Browse files
Claire more edits
1 parent 2582b52 commit 9c592f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/docs/authenticate/device-authorization-flow/quick-start.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ relatedArticles:
88
- 888b1546-8047-4609-af59-8cf859527aa0
99
---
1010

11-
The Device Authorization Flow allows users to authenticate on one device (like a TV or smart device) using another device (like a phone or computer). This is perfect for devices with limited input capabilities.
11+
The 'Device Authorization Flow' allows users to authenticate on one device (like a TV or smart device) using another device (like a phone or computer). This is perfect for devices with limited input capabilities.
1212

13-
In this quick start, you'll learn how to implement the Device Authorization Flow using Kinde in just 5 minutes.
13+
In this quick start, you'll learn how to implement the device authorization flow using Kinde in just 5 minutes.
1414

15-
## Prerequisites
15+
## Prerequisites for the device authorization flow
1616

1717
- `curl` or a similar HTTP client
1818

@@ -95,9 +95,9 @@ curl -X GET https://your-api.com/protected-resource \
9595
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
9696
```
9797

98-
## Set an app as default
98+
## Default app for device flows
9999

100-
You can set an application to be the default for device flows. This will be the application that is used if no Client ID is specified in the request.
100+
When you set up a default app for device flows, this will be the application that is used if no Client ID is specified in the request.
101101

102102
1. Select **Settings** > **Applications**
103103
2. Select the Device Authorization application you want to set as default

0 commit comments

Comments
 (0)