[PR #8611] [MERGED] docs: fix DatabaseTable type mapping and correct schema mismatches #24998

Closed
opened 2026-04-15 22:40:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8611
Author: @bytaesu
Created: 3/15/2026
Status: Merged
Merged: 3/17/2026
Merged by: @bytaesu

Base: canaryHead: 2026-03-15/docs/schema-table-type-mapping


📝 Commits (8)

  • 5aaa697 docs: fix DatabaseTable type mapping and correct schema mismatches
  • 0a13e1d docs: more fixes
  • f678bbc docs: fix additional oidc-provider schema mismatches
  • 8401775 update
  • 08c1ce9 correct optional
  • 941e07e remove isRequired and handle it with isOptional
  • 9b04bd2 docs: add missing isUnique option for email
  • d9bcc28 Merge branch 'canary' into 2026-03-15/docs/schema-table-type-mapping

📊 Changes

14 files changed (+148 additions, -117 deletions)

View changed files

📝 docs/content/docs/concepts/database.mdx (+1 -0)
📝 docs/content/docs/concepts/rate-limit.mdx (+10 -9)
📝 docs/content/docs/guides/next-auth-migration-guide.mdx (+1 -0)
📝 docs/content/docs/plugins/2fa.mdx (+2 -2)
📝 docs/content/docs/plugins/api-key/reference.mdx (+4 -1)
📝 docs/content/docs/plugins/device-authorization.mdx (+4 -15)
📝 docs/content/docs/plugins/oauth-provider.mdx (+22 -20)
📝 docs/content/docs/plugins/oidc-provider.mdx (+49 -48)
📝 docs/content/docs/plugins/organization.mdx (+5 -0)
📝 docs/content/docs/plugins/scim.mdx (+5 -5)
📝 docs/content/docs/plugins/sso.mdx (+9 -9)
📝 docs/content/docs/plugins/stripe.mdx (+3 -3)
📝 docs/content/docs/plugins/username.mdx (+3 -2)
📝 landing/components/docs/mdx-components.tsx (+30 -3)

📄 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/8611 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 3/15/2026 **Status:** ✅ Merged **Merged:** 3/17/2026 **Merged by:** [@bytaesu](https://github.com/bytaesu) **Base:** `canary` ← **Head:** `2026-03-15/docs/schema-table-type-mapping` --- ### 📝 Commits (8) - [`5aaa697`](https://github.com/better-auth/better-auth/commit/5aaa697df07c2dd30233b448b1ef52406ad0d5c3) docs: fix DatabaseTable type mapping and correct schema mismatches - [`0a13e1d`](https://github.com/better-auth/better-auth/commit/0a13e1d19acff3237604bdd66bc15e855ed99392) docs: more fixes - [`f678bbc`](https://github.com/better-auth/better-auth/commit/f678bbc1777044dc3d892b102bf0107adae4b67b) docs: fix additional oidc-provider schema mismatches - [`8401775`](https://github.com/better-auth/better-auth/commit/84017751bb08b3a29ca0d7d37ec8f98ff8b90e55) update - [`08c1ce9`](https://github.com/better-auth/better-auth/commit/08c1ce9158336b8dc9b50d1fff07a05ff39e5bb9) correct optional - [`941e07e`](https://github.com/better-auth/better-auth/commit/941e07e79c8609927cad165a883a2e146eb708df) remove isRequired and handle it with isOptional - [`9b04bd2`](https://github.com/better-auth/better-auth/commit/9b04bd28892a0e85cd694d1e152ec5d693f40268) docs: add missing isUnique option for email - [`d9bcc28`](https://github.com/better-auth/better-auth/commit/d9bcc28864c33329b08d3256a7175b551fb72851) Merge branch 'canary' into 2026-03-15/docs/schema-table-type-mapping ### 📊 Changes **14 files changed** (+148 additions, -117 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/concepts/database.mdx` (+1 -0) 📝 `docs/content/docs/concepts/rate-limit.mdx` (+10 -9) 📝 `docs/content/docs/guides/next-auth-migration-guide.mdx` (+1 -0) 📝 `docs/content/docs/plugins/2fa.mdx` (+2 -2) 📝 `docs/content/docs/plugins/api-key/reference.mdx` (+4 -1) 📝 `docs/content/docs/plugins/device-authorization.mdx` (+4 -15) 📝 `docs/content/docs/plugins/oauth-provider.mdx` (+22 -20) 📝 `docs/content/docs/plugins/oidc-provider.mdx` (+49 -48) 📝 `docs/content/docs/plugins/organization.mdx` (+5 -0) 📝 `docs/content/docs/plugins/scim.mdx` (+5 -5) 📝 `docs/content/docs/plugins/sso.mdx` (+9 -9) 📝 `docs/content/docs/plugins/stripe.mdx` (+3 -3) 📝 `docs/content/docs/plugins/username.mdx` (+3 -2) 📝 `landing/components/docs/mdx-components.tsx` (+30 -3) </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-04-15 22:40:58 -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#24998