nextcloud / nextcloud/integration_github
scopes for github oauth
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 55
- Forks
- 13
- Avg merge
- 8d 9h
- Merged PRs (30d)
- 10
Description
In this line more access is requested compared to what is described in settings. Should it not be read:user user:email notifications instead to be more specific?
As mentioned in the "connected accounts" GitHub settings hint, you should check "read:user", "user:email" and "notifications" permissions.
Originally posted by @eneiluj in https://github.com/nextcloud/integration_github/issues/18#issuecomment-762299141
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at src/components/PersonalSettings.vue:182 and compare the requested GitHub OAuth scopes with the “connected accounts” settings hint. Verify that the scopes match the permissions needed by the integration, then update the request if appropriate and check the related settings behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, javascript
- Domain
- authentication
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100