Noah-Huppert / NoahHuppert.com

Personal website.
https://noahh.io
0 stars 0 forks source link

Google OAuth2, approval_prompt => force #26

Closed Noah-Huppert closed 9 years ago

Noah-Huppert commented 9 years ago

In the Google OAuth2 flow make sure to set the query param approval_prompt to force.

This will guarantee that a refresh_token is returned

Noah-Huppert commented 9 years ago

Done