BBloggsbott / ghub

A Unix like CLI for GitHub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build web app to automatically complete the authorization.

BBloggsbott opened this issue · comments

Currently, to complete the authorization procedure the user has to copy and paste the redirected URL into the terminal to complete the authorization. This can be skipped by creating a web app that stores some info of the authorization request. The callback from ghub will update the authorization info that is stored. GHub can then get the details from this web app.