Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinmichaelchen/hasura-jwt-webhook-example
Example of Hasura Authz Webhook
https://github.com/kevinmichaelchen/hasura-jwt-webhook-example
Last synced: about 1 month 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-25T22:19:39.000Z (about 1 year ago)
- Last Synced: 2023-10-04T05:37:51.014Z (about 1 year 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/