-
Notifications
You must be signed in to change notification settings - Fork 2
Credential Storage
Peter Scott edited this page Nov 14, 2018
·
1 revision
Initially the decision was made to store the project credentials and user tokens in a single gapi.json file.
The included helper goauth CLI tool helps to create the initial file and also provides a simple web server to allow the user to authorise offline access to Google API scopes.
This works fine for solo exploration work but isn't really suitable for production use.