Hacker News new | ask | show | jobs
by babl-yc 1346 days ago
Are OAuth apps able to take advantage of these fine-grained APIs?

Last time I checked, there was no read-only permission available for OAuth apps and you were required to create a one-off Github account with limited permissions. https://docs.github.com/en/developers/apps/building-oauth-ap...

1 comments

You'll want to use a GitHub App[0] for that -- GitHub Apps use the same permissions model that these new token types are using.

[0] https://docs.github.com/en/developers/apps/building-github-a...