[PR #8844] feat: webhooks #25151

Open
opened 2026-04-15 22:44:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8844
Author: @ping-maxwell
Created: 3/30/2026
Status: 🔄 Open

Base: mainHead: feat/webhooks


📝 Commits (3)

📊 Changes

17 files changed (+1483 additions, -288 deletions)

View changed files

📝 docs/content/docs/plugins/index.mdx (+1 -0)
📝 docs/content/docs/plugins/meta.json (+1 -0)
docs/content/docs/plugins/webhooks.mdx (+255 -0)
📝 landing/components/sidebar-content.tsx (+7 -0)
📝 landing/package.json (+1 -1)
packages/webhooks/package.json (+63 -0)
packages/webhooks/src/deliver.ts (+62 -0)
packages/webhooks/src/index.ts (+213 -0)
packages/webhooks/src/sanitize.ts (+44 -0)
packages/webhooks/src/sign.ts (+119 -0)
packages/webhooks/src/types.ts (+74 -0)
packages/webhooks/src/webhooks.test.ts (+104 -0)
packages/webhooks/tsconfig.json (+14 -0)
packages/webhooks/tsdown.config.ts (+11 -0)
packages/webhooks/vitest.config.ts (+9 -0)
📝 pnpm-lock.yaml (+502 -287)
📝 tsconfig.json (+3 -0)

📄 Description

closes https://github.com/better-auth/better-auth/issues/8847


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/8844 **Author:** [@ping-maxwell](https://github.com/ping-maxwell) **Created:** 3/30/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/webhooks` --- ### 📝 Commits (3) - [`ae210b9`](https://github.com/better-auth/better-auth/commit/ae210b978e3582cc1dd57c87d295052e54b31c6d) feat: webhooks - [`c908201`](https://github.com/better-auth/better-auth/commit/c9082013bcbba7e7df667efcca0ea6f88ab78e07) Update webhooks.test.ts - [`e3f4706`](https://github.com/better-auth/better-auth/commit/e3f47063c374345b9c16428cd5692683fd63ee58) Merge branch 'main' into feat/webhooks ### 📊 Changes **17 files changed** (+1483 additions, -288 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/plugins/index.mdx` (+1 -0) 📝 `docs/content/docs/plugins/meta.json` (+1 -0) ➕ `docs/content/docs/plugins/webhooks.mdx` (+255 -0) 📝 `landing/components/sidebar-content.tsx` (+7 -0) 📝 `landing/package.json` (+1 -1) ➕ `packages/webhooks/package.json` (+63 -0) ➕ `packages/webhooks/src/deliver.ts` (+62 -0) ➕ `packages/webhooks/src/index.ts` (+213 -0) ➕ `packages/webhooks/src/sanitize.ts` (+44 -0) ➕ `packages/webhooks/src/sign.ts` (+119 -0) ➕ `packages/webhooks/src/types.ts` (+74 -0) ➕ `packages/webhooks/src/webhooks.test.ts` (+104 -0) ➕ `packages/webhooks/tsconfig.json` (+14 -0) ➕ `packages/webhooks/tsdown.config.ts` (+11 -0) ➕ `packages/webhooks/vitest.config.ts` (+9 -0) 📝 `pnpm-lock.yaml` (+502 -287) 📝 `tsconfig.json` (+3 -0) </details> ### 📄 Description closes https://github.com/better-auth/better-auth/issues/8847 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 22:44:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#25151