Skip to content

Commit e88fc92

Browse files
authored
Merge pull request #18232 from jsoref/uninstalling-webhooks
Discuss uninstalling webhooks
2 parents f95deac + 6ed502c commit e88fc92

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)