You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/authenticate/device-authorization-flow/quick-start.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ relatedArticles:
8
8
- 888b1546-8047-4609-af59-8cf859527aa0
9
9
---
10
10
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.
12
12
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.
14
14
15
-
## Prerequisites
15
+
## Prerequisites for the device authorization flow
16
16
17
17
-`curl` or a similar HTTP client
18
18
@@ -95,9 +95,9 @@ curl -X GET https://your-api.com/protected-resource \
95
95
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
96
96
```
97
97
98
-
## Set an app as default
98
+
## Default app for device flows
99
99
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.
101
101
102
102
1. Select **Settings** > **Applications**
103
103
2. Select the Device Authorization application you want to set as default
0 commit comments