guess
guess copied to clipboard
Cache the OAuth2 access token
The GuessPlugin
should cache the access token so it doesn't ask the user for authorization on each run.
Agreed. Also being able to pass the access token with an environment variable would be helpful for CI builds.
This is already supported, and probably not documented too well. Check out this property.
@dijs you can find an example here: https://github.com/gatsbyjs/gatsby/blob/master/www/gatsby-config.js#L17-L28
Thank you very much.