https://github.com/47degrees/gtg
Google Token Generator
https://github.com/47degrees/gtg
Last synced: 10 months ago
JSON representation
Google Token Generator
- Host: GitHub
- URL: https://github.com/47degrees/gtg
- Owner: 47degrees
- Created: 2021-11-09T14:51:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-09T15:00:21.000Z (about 4 years ago)
- Last Synced: 2025-02-03T14:43:00.403Z (11 months ago)
- Language: Scala
- Size: 1000 Bytes
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```