Skip to content

Commit 3f31f8c

Browse files
Update app/en/references/auth-providers/linear/page.mdx
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ccc266c commit 3f31f8c

File tree

1 file changed

+1
-1
lines changed
  • app/en/references/auth-providers/linear

1 file changed

+1
-1
lines changed

app/en/references/auth-providers/linear/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Before showing how to configure your Linear app credentials, let's go through th
3636
### Create a Linear app
3737

3838
- It is **highly recommended** to first [create a new Linear workspace](https://linear.app/join) for the purpose of managing the OAuth2 Application, as each admin user will have access
39-
- Create a new public OAuth2 Application in your [integration settings page](https://linear.app/settings/api/applications/new)
39+
- Create a new public OAuth 2.0 Application in your [integration settings page](https://linear.app/settings/api/applications/new)
4040
- Fill out your application specific information such as application name and description
4141
- Choose the [scopes](https://linear.app/developers/oauth-2-0-authentication#redirect-user-access-requests-to-linear) (permissions) you need for your app
4242
- In the OAuth app settings, **enable refresh tokens**. Linear uses short-lived access tokens with refresh tokens (and is phasing out long-lived access tokens for new authorizations). OAuth apps created on or after October 1, 2025 default to this behavior; older apps may need you to opt in. See Linear’s [OAuth 2.0 authentication](https://linear.app/developers/oauth-2-0-authentication) documentation for timelines, refresh requests, and migrating existing tokens (`migrate_old_token`).

0 commit comments

Comments
 (0)