documentationhacktoberfest
仓库指标
- 星标
- (5,285 个星标)
- PR 合并指标
- (平均合并 11小时 20分钟) (30 天内合并 21 个 PR)
描述
After some adjustments Marc made to the Github Oauth Login, it's now possible to make full use of the Github API for IHP Pro apps. It's now only missing some documentation.
Todo
- How to get accessToken as implicit parameter from user oauth session
- How to override scope for Github Oauth apps (default is
user:emailwhich is the bare minimum for getting Oauth app working) - Example of how to write an http request to Github API with Wreq fetching Github user data