feat(webhooks): add verify() with svix signature check and typed deserialization#150
Merged
lucasloisp merged 6 commits intonextfrom May 1, 2026
Merged
feat(webhooks): add verify() with svix signature check and typed deserialization#150lucasloisp merged 6 commits intonextfrom
lucasloisp merged 6 commits intonextfrom
Conversation
e503ca3 to
c5d994d
Compare
jagtejsodhi
approved these changes
Apr 30, 2026
…typed deserialization Committed-By-Agent: claude
Committed-By-Agent: claude
…erify() Committed-By-Agent: claude
…Payload Committed-By-Agent: claude
c5d994d to
fad7e55
Compare
…ng_secret, svix) Committed-By-Agent: claude
f92f207 to
2f48ec1
Compare
…ssertion Committed-By-Agent: claude
2f48ec1 to
7de0194
Compare
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PrivyWebhooksService.verify()to use the generatedunsafeUnwrap()method for typed deserialization after svix signature verificationWebhookPayload(the generated discriminated union) instead of a hand-maintained typepayloadasstring | objectfor backwards compatibilityWebhookEventtype alias in favor ofWebhookPayloadTest plan
InvalidWebhookErrorInvalidWebhookError