endoplasmic / google-assistant

A node.js implementation of the Google Assistant SDK
MIT License
283 stars 75 forks source link

refresh expired token #96

Closed Aymkdn closed 3 years ago

Aymkdn commented 3 years ago

Fixed issue https://github.com/endoplasmic/google-assistant/issues/95

It appears the token is not refresh… so when we reach the expiry date, it will return an invalid_grant.

Aymkdn commented 3 years ago

It's not the root cause so closing it.