sabyasachibiswal / angular5-social-login

Social authentication module for Angular 5. Includes Facebook and Google login with AOT compatibility.
40 stars 74 forks source link

Get the refreshToken from Google Authentication response #18

Closed papiliond closed 6 years ago

svrooij commented 6 years ago

The implicit flow will never give you a refresh token.... That is by design... If you want a new token just redirect to google again (and hope they are still logged in there)