digitallyinduced/ihp
View on GitHubDocument how to utilize Github API with Github login
Open
#1,537 opened on Sep 27, 2022
documentationhacktoberfest
Repository metrics
- Stars
- (5,285 stars)
- PR merge metrics
- (Avg merge 11h 20m) (21 merged PRs in 30d)
Description
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