Skip to content

Commit e2ba2cf

Browse files
hpsinCopilot
andauthored
Remove errant public preview note for device authorization flow (#58482)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8f1de75 commit e2ba2cf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,11 @@ If your app runs in the browser, you should use the web application flow to gene
6060

6161
## Using the device flow to generate a user access token
6262

63-
> [!NOTE]
64-
> The device flow is in {% data variables.release-phases.public_preview %} and subject to change.
65-
6663
If your app is headless or does not have access to a browser, you should use the device flow to generate a user access token. For example, CLI tools, simple Raspberry Pis, and desktop applications should use the device flow. For a tutorial that uses device flow, see [AUTOTITLE](/apps/creating-github-apps/guides/building-a-cli-with-a-github-app).
6764

6865
Before you can use the device flow, you must first enable it in your app's settings. For more information on enabling device flow, see [AUTOTITLE](/apps/maintaining-github-apps/modifying-a-github-app).
6966

70-
The device flow uses the OAuth 2.0 Device Authorization Grant.
67+
The device flow uses the [OAuth 2.0 Device Authorization Grant](https://datatracker.ietf.org/doc/html/rfc8628).
7168

7269
1. Send a `POST` request to `{% data variables.product.oauth_host_code %}/login/device/code` along with a `client_id` query parameter. The client ID is different from the app ID. You can find the client ID on the settings page for your app. For more information about navigating to the settings page for your {% data variables.product.prodname_github_app %}, see [AUTOTITLE](/apps/maintaining-github-apps/modifying-a-github-app-registration#navigating-to-your-github-app-settings).
7370
1. {% data variables.product.company_short %} will give a response that includes the following query parameters:

0 commit comments

Comments
 (0)