Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flutterando/hasura-webhook-auth
https://github.com/flutterando/hasura-webhook-auth
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flutterando/hasura-webhook-auth
- Owner: Flutterando
- Created: 2021-04-09T01:01:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T23:18:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T12:35:34.355Z (7 days 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/[email protected]",
"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
```