[PR #3049] [MERGED] feat: sveltekit cookie helper plugin #30224

Closed
opened 2026-04-17 21:22:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3049
Author: @Kinfe123
Created: 6/16/2025
Status: Merged
Merged: 6/20/2025
Merged by: @Bekacru

Base: v1.3Head: fix/svelte-cookie-helper


📝 Commits (10+)

📊 Changes

5 files changed (+90 additions, -7 deletions)

View changed files

📝 docs/components/builder/index.tsx (+0 -1)
📝 docs/content/docs/integrations/svelte-kit.mdx (+21 -0)
📝 docs/content/docs/plugins/passkey.mdx (+3 -1)
📝 packages/better-auth/src/api/routes/email-verification.ts (+23 -5)
📝 packages/better-auth/src/integrations/svelte-kit.ts (+43 -0)

📄 Description

closes #600 #1821


🔄 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/3049 **Author:** [@Kinfe123](https://github.com/Kinfe123) **Created:** 6/16/2025 **Status:** ✅ Merged **Merged:** 6/20/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `v1.3` ← **Head:** `fix/svelte-cookie-helper` --- ### 📝 Commits (10+) - [`482c99f`](https://github.com/better-auth/better-auth/commit/482c99f2462d279ef90c2b8a79a44319e1513700) fix(email-verification): improve email verification logic to check session and user email consistency (#3042) - [`e4bed5c`](https://github.com/better-auth/better-auth/commit/e4bed5c7866c2fa9c268d7fa3e561eedcadc84f2) docs(passkey): Fixed signIn passkey props (#3014) - [`6c543eb`](https://github.com/better-auth/better-auth/commit/6c543eb89072fb5d4e3b8e9a10ea752f83cd2350) feat: svelte kit cookie helper - [`e3e641d`](https://github.com/better-auth/better-auth/commit/e3e641d1524c1c7c5938c0ababf9ae2d68a093fe) lint - [`e47c7e3`](https://github.com/better-auth/better-auth/commit/e47c7e36d65c94d3fb9d98afe6c2c512ef1f1488) docs and clean up - [`91bb416`](https://github.com/better-auth/better-auth/commit/91bb4167052db32fbaf042cb374956ba196a26c6) clean up - [`8df9248`](https://github.com/better-auth/better-auth/commit/8df9248bcaa098c72bcb568ea12e9921a7238673) lint - [`6b6cddf`](https://github.com/better-auth/better-auth/commit/6b6cddf2b0e9325584622f36a4028a71b7d2c04c) clean up - [`3f9b637`](https://github.com/better-auth/better-auth/commit/3f9b63700192ef2dc72d8c021cb2cface8887f75) clean up - [`68cd97d`](https://github.com/better-auth/better-auth/commit/68cd97d69231fd40d1b78ac78849a1b06803a5aa) sync cookies ### 📊 Changes **5 files changed** (+90 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/builder/index.tsx` (+0 -1) 📝 `docs/content/docs/integrations/svelte-kit.mdx` (+21 -0) 📝 `docs/content/docs/plugins/passkey.mdx` (+3 -1) 📝 `packages/better-auth/src/api/routes/email-verification.ts` (+23 -5) 📝 `packages/better-auth/src/integrations/svelte-kit.ts` (+43 -0) </details> ### 📄 Description closes #600 #1821 --- <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-17 21:22:49 -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#30224