soumya92/barista

Use http.Server for OAuth

soumya92 opened this issue · 0 comments

Manual copy/paste oauth flows are now deprecated for Google (and were never really supported for GitHub). Since we have a central broker for oauth, we should be able to transparently switch over to spinning up an http server and switching to in-browser redirect. This is a medium sized project.