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: 10 months ago
JSON representation

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
```