Closed jochakovsky closed 8 years ago
@jochakovsky can you verify that we're using the token_url
? I noticed we've also set it as a module attribute (which we use later in the code) here: https://github.com/ueberauth/ueberauth_google/blob/master/lib/ueberauth/strategy/google.ex#L12
Looks like the two are actually unrelated - a bit confusing, so I changed the variable name in #14. I also verified that token_url
is being used by changing it to a bogus value and observing that authentication fails.
Thank you @jochakovsky 👍
Update with up-to-date URLs from https://developers.google.com/identity/protocols/OAuth2WebServer