nextcloud / nextcloud/integration_github

scopes for github oauth

Open
#29 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

testing
Dominant language
JavaScript
Stars
55
Forks
13
Avg merge
8d 9h
Merged PRs (30d)
10

Description

https://github.com/nextcloud/integration_github/blob/318bbd10deeff6254534545fadac4c9e1287cc1c/src/components/PersonalSettings.vue#L182

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.