nextcloud / nextcloud/integration_github
scopes for github oauth
未关闭
还没有人认领这个 Issue。
testing
- 主要语言
- JavaScript
- 星标
- 55
- 派生
- 13
- 平均合并
- 8 天 9 小时
- 30 天内合并 PR
- 10
描述
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
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 src/components/PersonalSettings.vue:182 开始,将请求的 GitHub OAuth scopes 与“已连接账户”设置提示进行比较。确认这些 scopes 与 integration 所需的权限匹配,然后在适当的情况下更新请求,并检查相关的设置行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- github, javascript
- 领域
- authentication
- Issue 类型
- 缺陷
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 55/100