We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
How i can get refresh_token? i can't get it
thanks
The text was updated successfully, but these errors were encountered:
Looking into this
Sorry, something went wrong.
Doing the following should solve this:
provider :gplus, ENV['GPLUS_KEY'], ENV['GPLUS_SECRET'], access_type: 'offline'
Closing this unless you have any other issues.
Hey @samdunne I'm not getting the refresh token even with access_type: 'offline'
I'm using omniauth-gplus (2.0.1) & omniauth (1.1.4), and it doesn't look anything about offline access is being passed to the AccountChooser URL:
"https://accounts.google.com/AccountChooser?service=lso&continue=https://accounts.google.com/o/oauth2/auth?scope=https://www.googleapis.com/auth/userinfo.email&response_type=code&redirect_uri=XXXXX&state=XXXXXX&client_id=XXXXXXX&hl=en&from_login=1&as=1693d8a48de0d10d&btmpl=authsub&hl=en"
Same.. I'm not getting a refresh token using the 'offline' scope
No branches or pull requests
Hi,
How i can get refresh_token? i can't get it
thanks
The text was updated successfully, but these errors were encountered: