Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Module Listing Request]: nuxt-webhook-validators #992

Closed
Yizack opened this issue Jun 21, 2024 · 0 comments · Fixed by #993
Closed

[Module Listing Request]: nuxt-webhook-validators #992

Yizack opened this issue Jun 21, 2024 · 0 comments · Fixed by #993

Comments

@Yizack
Copy link
Contributor

Yizack commented Jun 21, 2024

Description

Nuxt module that works on the edge to easily validate incoming webhooks from different services. It exposes server helpers to validate webhooks.

Since many webhook docs use examples using Node Crypto functions unavailable on the edge (Cloudflare pages for example), I used Web Crypto subtle to validate webhooks applying logic from the providers and making this module have them in one place (in a similar way to what nuxt-auth-utils does with the providers).

Repository

https://github.com/Yizack/nuxt-webhook-validators

npm

https://www.npmjs.com/package/nuxt-webhook-validators

Nuxt Compatibility

Nuxt 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant