Question 076
### What's the difference between GitHub Apps and OAuth apps?
> https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/differences-between-github-apps-and-oauth-apps
1. [x] GitHub Apps offer granular permissions to specific repositories, while OAuth Apps request access to user data across all repositories.
1. [ ] GitHub Apps and OAuth Apps do not differ; they provide the same level of permissions.
1. [ ] OAuth Apps offer more granular permissions compared to GitHub Apps.
1. [ ] GitHub Apps can only access public repositories, whereas OAuth Apps can access both public and private repositories.