An open API service indexing awesome lists of open source software.

https://github.com/47degrees/gtg

Google Token Generator
https://github.com/47degrees/gtg

Last synced: 10 months ago
JSON representation

Google Token Generator

Awesome Lists containing this project

README

          

# Google Token Generator

Steps:
- Place your JSON credentials in `.direnv/google-credentials.json`
- Set the env var:
```
export GOOGLE_APPLICATION_CREDENTIALS='.direnv/google-credentials.json'
```
- Run the app, passing the audience as argument:
```
sbt "run https://myNameSpace.cloudfunctions.net/my-cloud-function"
```