[PR #361] [CLOSED] update docs/content/docs/plugins/email-otp.mdx #3251

Closed
opened 2026-03-13 10:45:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/361
Author: @ssynowiec
Created: 10/28/2024
Status: Closed

Base: feat/email-otpHead: patch-1


📝 Commits (10+)

📊 Changes

80 files changed (+2160 additions, -1593 deletions)

View changed files

📝 SECURITY.md (+9 -0)
📝 demo/nextjs/app/dashboard/user-card.tsx (+4 -4)
📝 demo/nextjs/lib/auth-client.ts (+0 -1)
📝 demo/nextjs/middleware.ts (+1 -1)
📝 demo/nextjs/package.json (+3 -3)
📝 docs/components/icons.tsx (+1 -1)
📝 docs/components/nav-mobile.tsx (+1 -1)
📝 docs/components/side-bar.tsx (+2 -1)
📝 docs/components/sidebar-content.tsx (+9 -1)
📝 docs/content/docs/authentication/email-password.mdx (+1 -1)
📝 docs/content/docs/concepts/cookies.mdx (+3 -37)
📝 docs/content/docs/concepts/database.mdx (+3 -1)
📝 docs/content/docs/concepts/session-management.mdx (+22 -5)
📝 docs/content/docs/concepts/users-accounts.mdx (+7 -8)
📝 docs/content/docs/plugins/bearer.mdx (+2 -2)
docs/content/docs/plugins/email-otp.mdx (+134 -0)
📝 docs/content/docs/reference/options.mdx (+11 -2)
📝 examples/astro-example/src/components/user-card.tsx (+5 -10)
📝 examples/astro-example/src/libs/auth-client.ts (+4 -1)
📝 examples/nextjs-example/app/dashboard/user-card.tsx (+3 -3)

...and 60 more files

📄 Description

No description provided


🔄 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/361 **Author:** [@ssynowiec](https://github.com/ssynowiec) **Created:** 10/28/2024 **Status:** ❌ Closed **Base:** `feat/email-otp` ← **Head:** `patch-1` --- ### 📝 Commits (10+) - [`7015962`](https://github.com/better-auth/better-auth/commit/7015962e80b1de52dabc1d434acaf98cbbb5bf18) feat: email otp plugin (#309) - [`6290037`](https://github.com/better-auth/better-auth/commit/629003795c87876eb7732dd8e83cf1fbb730b516) chore: fix email tests - [`a2a6b3f`](https://github.com/better-auth/better-auth/commit/a2a6b3ff75a0c97482f90d1cf883bbddb542eea5) chore: release v0.6.1-beta.2 - [`fd303be`](https://github.com/better-auth/better-auth/commit/fd303bec4979027553c482f695d233324d746cc8) docs: fix highlighting on email-otp - [`14a9e5d`](https://github.com/better-auth/better-auth/commit/14a9e5d62d8162f6477307ff8bfd89b34a244da2) fix: missing export - [`b54233b`](https://github.com/better-auth/better-auth/commit/b54233bd3a9c80c943502abb8f60bbd887858e76) chore: release v0.6.1-beta.3 - [`1eeaeaf`](https://github.com/better-auth/better-auth/commit/1eeaeafc59ac9659eb5874de10a056a251dcabbc) test: add test for trusted origins - [`393640f`](https://github.com/better-auth/better-auth/commit/393640fbeedb97e3e6576e9375914c22db3d6bd4) fix: generic oauth state mistmatch - [`92347c1`](https://github.com/better-auth/better-auth/commit/92347c17935cdc6104d60eaa2f1c9e9a1bee16ef) chore: release v0.6.1-beta.4 - [`a3d69b3`](https://github.com/better-auth/better-auth/commit/a3d69b3e4423c1ec968f7b40fd9cdff10991ea9e) docs: fix typo ### 📊 Changes **80 files changed** (+2160 additions, -1593 deletions) <details> <summary>View changed files</summary> 📝 `SECURITY.md` (+9 -0) 📝 `demo/nextjs/app/dashboard/user-card.tsx` (+4 -4) 📝 `demo/nextjs/lib/auth-client.ts` (+0 -1) 📝 `demo/nextjs/middleware.ts` (+1 -1) 📝 `demo/nextjs/package.json` (+3 -3) 📝 `docs/components/icons.tsx` (+1 -1) 📝 `docs/components/nav-mobile.tsx` (+1 -1) 📝 `docs/components/side-bar.tsx` (+2 -1) 📝 `docs/components/sidebar-content.tsx` (+9 -1) 📝 `docs/content/docs/authentication/email-password.mdx` (+1 -1) 📝 `docs/content/docs/concepts/cookies.mdx` (+3 -37) 📝 `docs/content/docs/concepts/database.mdx` (+3 -1) 📝 `docs/content/docs/concepts/session-management.mdx` (+22 -5) 📝 `docs/content/docs/concepts/users-accounts.mdx` (+7 -8) 📝 `docs/content/docs/plugins/bearer.mdx` (+2 -2) ➕ `docs/content/docs/plugins/email-otp.mdx` (+134 -0) 📝 `docs/content/docs/reference/options.mdx` (+11 -2) 📝 `examples/astro-example/src/components/user-card.tsx` (+5 -10) 📝 `examples/astro-example/src/libs/auth-client.ts` (+4 -1) 📝 `examples/nextjs-example/app/dashboard/user-card.tsx` (+3 -3) _...and 60 more files_ </details> ### 📄 Description _No description provided_ --- <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-03-13 10:45:37 -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#3251