https://github.com/flutterando/hasura-webhook-auth
https://github.com/flutterando/hasura-webhook-auth
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flutterando/hasura-webhook-auth
- Owner: Flutterando
- Created: 2021-04-09T01:01:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T23:18:40.000Z (about 3 years ago)
- Last Synced: 2025-01-25T02:44:27.765Z (over 1 year ago)
- Language: Dart
- Size: 12.7 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## hasura-webhook-auth
### ConfigFile.json
```json
{
"jwk_url": "https://www.googleapis.com/service_accounts/v1/jwk/securetoken@system.gserviceaccount.com",
"audience": ["aud1", "aud2"],
"unauthorized_role": "anonymous",
"functions": [
{
"secret": "secret-token",
"hasura_role": "function",
"hasura_id": "1"
}
]
}
```
### Run
```
docker run -v ./ConfigFile.josn:/app/ConfigFile.json -p 4000:4000 jacobmoura7/hasura-webhook-auth:0.0.3
```