badger icon indicating copy to clipboard operation
badger copied to clipboard

G+ not working

Open ghost opened this issue 9 years ago • 2 comments

When i try to login via G+, i get the 400 http error and the following:

Error: origin_mismatch

Application: Badger

You can email the developer of this application at: [email protected]

Request Details
=
e=3100077
scope=https://www.googleapis.com/auth/plus.login
response_type=code token id_token gsession
redirect_uri=postmessage
cookie_policy=single_host_origin
proxy=oauth2relay248082853
state=1651136718|0.1778583905
origin=https://therealklanni.github.io
include_granted_scopes=true
client_id=679488287242.apps.googleusercontent.com
request_visible_actions=http://schemas.google.com/AddActivity http://schemas.google.com/CreateActivity

ghost avatar May 08 '15 10:05 ghost

  1. That’s an error.

Error: redirect_uri_mismatch

The JavaScript origin in the request, http://therealklanni.github.io, does not match the ones authorized for the OAuth client. Visit https://console.developers.google.com/apis/credentials/oauthclient/679488287242.apps.googleusercontent.com?project=679488287242 to update the authorized JavaScript origins.

Learn more

Request Details That’s all we know.

OscarMontano avatar Apr 26 '18 16:04 OscarMontano

The GitHub demo is not really meant to be used directly, it's just a demo. As such, I don't have motivation to fix the G+ login. I recommend you fork/clone this repo and modify it to suit your needs and you can then push your own GitHub Page with it (or host it wherever you like).

therealklanni avatar May 31 '18 17:05 therealklanni