[PR #123] [MERGED] feat: add support for typed additional fields on core tables #11358

Closed
opened 2026-04-13 07:43:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/123
Author: @Bekacru
Created: 10/8/2024
Status: Merged
Merged: 10/9/2024
Merged by: @Bekacru

Base: mainHead: additional-fields


📝 Commits (10+)

  • c45e51d feat: support array like field types
  • 0fe822d feat: additional fields
  • 0fad24b feat: support default values and bug fixes
  • 7212fae chore: release v0.3.4-beta.3
  • d785142 fix: client singup inference
  • a6994ec chore: release v0.3.4-beta.4
  • 0ecc510 chore: pnpm lock
  • cecbb0e fix: add missing fields on signup
  • 6507f9b docs: extending core schema
  • 4b0b4a8 merge main

📊 Changes

47 files changed (+762 additions, -297 deletions)

View changed files

📝 demo/nextjs/app/dashboard/user-card.tsx (+1 -1)
📝 demo/nextjs/lib/auth.ts (+0 -8)
📝 docs/content/docs/authentication/apple.mdx (+1 -8)
📝 docs/content/docs/authentication/discord.mdx (+1 -1)
📝 docs/content/docs/authentication/email-password.mdx (+3 -3)
📝 docs/content/docs/authentication/facebook.mdx (+1 -1)
📝 docs/content/docs/authentication/github.mdx (+1 -1)
📝 docs/content/docs/authentication/google.mdx (+1 -1)
📝 docs/content/docs/authentication/microsoft.mdx (+1 -1)
📝 docs/content/docs/authentication/spotify.mdx (+1 -1)
📝 docs/content/docs/authentication/twitch.mdx (+1 -1)
📝 docs/content/docs/authentication/twitter.mdx (+1 -1)
📝 docs/content/docs/concepts/api.mdx (+1 -1)
📝 docs/content/docs/concepts/cookies.mdx (+3 -3)
📝 docs/content/docs/concepts/database.mdx (+54 -11)
📝 docs/content/docs/concepts/plugins.mdx (+1 -1)
📝 docs/content/docs/concepts/session-management.mdx (+1 -1)
📝 docs/content/docs/concepts/typescript.mdx (+1 -1)
📝 docs/content/docs/plugins/2fa.mdx (+2 -2)
📝 docs/content/docs/plugins/anonymous.mdx (+2 -2)

...and 27 more files

📄 Description

closes #121


🔄 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/123 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 10/8/2024 **Status:** ✅ Merged **Merged:** 10/9/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `additional-fields` --- ### 📝 Commits (10+) - [`c45e51d`](https://github.com/better-auth/better-auth/commit/c45e51d8c950a47da873527d6732a1762e6cda11) feat: support array like field types - [`0fe822d`](https://github.com/better-auth/better-auth/commit/0fe822d4579fccf270e2d518cfecf47dc9c35ec2) feat: additional fields - [`0fad24b`](https://github.com/better-auth/better-auth/commit/0fad24b9fee182d3366ab1cbcb1370eab12d5186) feat: support default values and bug fixes - [`7212fae`](https://github.com/better-auth/better-auth/commit/7212faead0df961036923f3ecfb9c52d183d486e) chore: release v0.3.4-beta.3 - [`d785142`](https://github.com/better-auth/better-auth/commit/d785142cbee16f6355ef1bff6659ac383de1af3b) fix: client singup inference - [`a6994ec`](https://github.com/better-auth/better-auth/commit/a6994ec0d4c8ef7d23ca8ec8c4e9ccd98d22e7bd) chore: release v0.3.4-beta.4 - [`0ecc510`](https://github.com/better-auth/better-auth/commit/0ecc510847fb019784e70323af4820ca6d79e436) chore: pnpm lock - [`cecbb0e`](https://github.com/better-auth/better-auth/commit/cecbb0eb5ac55c0918847eb4571d6cdf7e890117) fix: add missing fields on signup - [`6507f9b`](https://github.com/better-auth/better-auth/commit/6507f9b995543f06fa4ccbf291fd461727537ab3) docs: extending core schema - [`4b0b4a8`](https://github.com/better-auth/better-auth/commit/4b0b4a8b38194d16f2675de0c1bd1f1cec9a2433) merge main ### 📊 Changes **47 files changed** (+762 additions, -297 deletions) <details> <summary>View changed files</summary> 📝 `demo/nextjs/app/dashboard/user-card.tsx` (+1 -1) 📝 `demo/nextjs/lib/auth.ts` (+0 -8) 📝 `docs/content/docs/authentication/apple.mdx` (+1 -8) 📝 `docs/content/docs/authentication/discord.mdx` (+1 -1) 📝 `docs/content/docs/authentication/email-password.mdx` (+3 -3) 📝 `docs/content/docs/authentication/facebook.mdx` (+1 -1) 📝 `docs/content/docs/authentication/github.mdx` (+1 -1) 📝 `docs/content/docs/authentication/google.mdx` (+1 -1) 📝 `docs/content/docs/authentication/microsoft.mdx` (+1 -1) 📝 `docs/content/docs/authentication/spotify.mdx` (+1 -1) 📝 `docs/content/docs/authentication/twitch.mdx` (+1 -1) 📝 `docs/content/docs/authentication/twitter.mdx` (+1 -1) 📝 `docs/content/docs/concepts/api.mdx` (+1 -1) 📝 `docs/content/docs/concepts/cookies.mdx` (+3 -3) 📝 `docs/content/docs/concepts/database.mdx` (+54 -11) 📝 `docs/content/docs/concepts/plugins.mdx` (+1 -1) 📝 `docs/content/docs/concepts/session-management.mdx` (+1 -1) 📝 `docs/content/docs/concepts/typescript.mdx` (+1 -1) 📝 `docs/content/docs/plugins/2fa.mdx` (+2 -2) 📝 `docs/content/docs/plugins/anonymous.mdx` (+2 -2) _...and 27 more files_ </details> ### 📄 Description closes #121 --- <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-13 07:43:04 -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#11358