digitallyinduced/ihp

Document how to utilize Github API with Github login

Aperta

#1537 aperta il 27 set 2022

 (0 commenti) (0 reazioni) (0 assegnatari)Haskell (221 fork)batch import
documentationhacktoberfest

Metriche repository

Star
 (5285 stelle)
Metriche merge PR
 (Merge medio 11h 20m) (21 PR mergiate in 30 g)

Descrizione

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

Guida contributor