https://github.com/kevinmichaelchen/hasura-jwt-webhook-example
Example of Hasura Authz Webhook
https://github.com/kevinmichaelchen/hasura-jwt-webhook-example
Last synced: 3 months ago
JSON representation
Example of Hasura Authz Webhook
- Host: GitHub
- URL: https://github.com/kevinmichaelchen/hasura-jwt-webhook-example
- Owner: kevinmichaelchen
- Created: 2023-09-25T19:16:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-25T22:19:39.000Z (over 1 year ago)
- Last Synced: 2025-02-23T22:43:39.419Z (3 months ago)
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hasura-jwt-webhook-example
An example Go HTTP server to authorize Hasura requests in "webhook mode."
See the [docs][docs] for further details.
[docs]: https://hasura.io/docs/latest/auth/authentication/webhook/