digitallyinduced/ihp

Document how to utilize Github API with Github login

开放

#1,537 创建于 2022年9月27日

 (0 条评论) (0 个反应) (0 位负责人)Haskell (221 个派生)batch import
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:email which 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

贡献者指南