DEV Community

Discussion on: How to temporarily store API response?

Collapse
 
netbzz profile image
NetBzz

Use OAuth 2.0 and store the refresh_token. That way you can re-establish the authentication after the original oauth token has expired after 1 hour.

developers.google.com/identity/pro...