Armax / Pokemon-GO-node-api

Pokemon GO api node.js library
MIT License
875 stars 198 forks source link

Refresh Token when user log in with Google #255

Open marvi14 opened 7 years ago

marvi14 commented 7 years ago

Did someone manage to renew token from an expired accessToken? the thing is that renewing the token with username and password is possible, but when the users logs in with google, the google AuthCode is expired, and i don't want the user to relog with google again. Any ideas?

ameyer commented 7 years ago

I never got it working. I had it setup where it would login every 30min - Just using a timeout

marvi14 commented 7 years ago

Yeah, for now i will just user username, password and provider until a solution is found