Skip to content

Commit 032946d

Browse files
authored
Merge branch 'main' into desktop-configuring-git
2 parents 7603c35 + e88fc92 commit 032946d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Unlike OAuth apps, GitHub Apps have targeted permissions that allow them to requ
9292
| ----- | ----------- |
9393
| By default, GitHub Apps have a single webhook that receives the events they are configured to receive for every repository they have access to. | OAuth Apps request the webhook scope to create a repository webhook for each repository they need to receive events from. |
9494
| GitHub Apps receive certain organization-level events with the organization member's permission. | OAuth Apps request the organization webhook scope to create an organization webhook for each organization they need to receive organization-level events from. |
95+
| Webhooks are automatically disabled when the GitHub App is uninstalled. | Webhooks are not automatically disabled if an OAuth App's access token is deleted, and there is no way to clean them up automatically. You will have to ask users to do this manually.|
9596

9697
## Git access
9798

0 commit comments

Comments
 (0)