Github OAuth忽略URL中的范围参数,无法列出私有存储库

时间:2019-05-06 23:46:02

标签: oauth github-api

这是针对“ GitHub应用程序”而非“ OAuth应用程序”的。 我正在尝试列出用户的私人仓库。

我在URL中指定范围 enter image description here

我在GitHub App中指定权限:

enter image description here

enter image description here

, ca

OAuth页面没有显示正确的权限

enter image description here

GitHub从最后的OAuth步骤不返回任何范围:

select * from  tb1.table 
where employee ->>'name' = 'peter';

1 个答案:

答案 0 :(得分:2)

范围不是GitHub App OAuth端点的参数。仅用于OAuth应用程序,请参见https://developer.github.com/enterprise/2.16/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/