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: pages/home/auth-providers/github.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,12 @@ Before showing how to configure your GitHub app credentials, let's go through th
33
33
34
34
### Create a GitHub app
35
35
36
-
- Follow GitHub's guide to [registering a GitHub app](https://docs.github.com/en/apps/creating-github-apps/registering-a-github-app/registering-a-github-app)
36
+
- Follow GitHub's guide to [registering a GitHub app](https://docs.github.com/en/apps/creating-github-apps/registering-a-github-app/registering-a-github-app). Make sure to use the "GitHub App" type, which [provides more granular permissions control compared to the "OAuth App" type](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/differences-between-github-apps-and-oauth-apps).
37
37
- Choose the permissions you need for your app
38
38
- At a minimum, you must enable read-only access to the Account > Email addresses permission
39
39
- To access repo data, you must enable at least the Repository > Contents permission
40
40
- Set the redirect URL to: `https://cloud.arcade.dev/api/v1/oauth/callback`
41
+
- Leave "Expire user authorization tokens" **checked**
41
42
- Leave "Request user authorization (OAuth) during installation" **unchecked**
42
43
- Leave "Setup URL" blank and "Redirect on update" **unchecked**
43
44
- Ensure Optional features > User-to-server token expiration is enabled
0 commit comments