flackr / circ

An IRC packaged chrome app
BSD 3-Clause "New" or "Revised" License
388 stars 79 forks source link

Direct user to authenticate against google account on host startup. #409

Closed flackr closed 7 years ago

flackr commented 7 years ago

When the host starts up, it should present the user with a URL to visit to get an authentication token rather than requiring it as a parameter.

For now use the redirect_uri urn:ietf:wg:oauth:2.0:oob described at https://developers.google.com/identity/protocols/OAuth2InstalledApp#redirect-uri_alternative to provide a token to be copied back to the nodejs app.

flackr commented 7 years ago

Fixed by d23d7cb4508e895063077870bd261a54c60fbb88.