Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flutterando/hasura-webhook-auth


https://github.com/flutterando/hasura-webhook-auth

Last synced: 3 days 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/[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
```