[PR #8362] [MERGED] cherry pick #16170

Closed
opened 2026-04-13 10:25:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8362
Author: @himself65
Created: 3/4/2026
Status: Merged
Merged: 3/4/2026
Merged by: @himself65

Base: mainHead: v1.5.3-staging


📝 Commits (3)

  • 9c41411 chore: move adapter packages from deps to optional peer deps (#8303)
  • 9d5f280 fix(sso): use internalAdapter for verification operations (#8353)
  • b6ec6b5 fix(account): use accountId instead of id in accountInfo endpoint (#8346)

📊 Changes

11 files changed (+179 additions, -58 deletions)

View changed files

📝 docs/content/docs/adapters/drizzle.mdx (+8 -0)
📝 docs/content/docs/adapters/mongo.mdx (+8 -0)
📝 docs/content/docs/adapters/prisma.mdx (+8 -0)
📝 knip.jsonc (+5 -0)
📝 packages/better-auth/package.json (+15 -3)
📝 packages/better-auth/src/api/routes/account.test.ts (+33 -0)
📝 packages/better-auth/src/api/routes/account.ts (+1 -1)
📝 packages/sso/src/domain-verification.test.ts (+73 -3)
📝 packages/sso/src/routes/domain-verification.ts (+14 -32)
📝 packages/sso/src/routes/sso.ts (+5 -10)
📝 pnpm-lock.yaml (+9 -9)

📄 Description

Related: https://github.com/better-auth/better-auth/issues/8360


🔄 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/8362 **Author:** [@himself65](https://github.com/himself65) **Created:** 3/4/2026 **Status:** ✅ Merged **Merged:** 3/4/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `main` ← **Head:** `v1.5.3-staging` --- ### 📝 Commits (3) - [`9c41411`](https://github.com/better-auth/better-auth/commit/9c41411eb86fb1fb154c15de387078dd3dca438b) chore: move adapter packages from deps to optional peer deps (#8303) - [`9d5f280`](https://github.com/better-auth/better-auth/commit/9d5f280744441a725c901b4edeba7fba07d3d67e) fix(sso): use internalAdapter for verification operations (#8353) - [`b6ec6b5`](https://github.com/better-auth/better-auth/commit/b6ec6b5cd5479320a27c40ac72d9c96420100276) fix(account): use accountId instead of id in accountInfo endpoint (#8346) ### 📊 Changes **11 files changed** (+179 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/adapters/drizzle.mdx` (+8 -0) 📝 `docs/content/docs/adapters/mongo.mdx` (+8 -0) 📝 `docs/content/docs/adapters/prisma.mdx` (+8 -0) 📝 `knip.jsonc` (+5 -0) 📝 `packages/better-auth/package.json` (+15 -3) 📝 `packages/better-auth/src/api/routes/account.test.ts` (+33 -0) 📝 `packages/better-auth/src/api/routes/account.ts` (+1 -1) 📝 `packages/sso/src/domain-verification.test.ts` (+73 -3) 📝 `packages/sso/src/routes/domain-verification.ts` (+14 -32) 📝 `packages/sso/src/routes/sso.ts` (+5 -10) 📝 `pnpm-lock.yaml` (+9 -9) </details> ### 📄 Description Related: https://github.com/better-auth/better-auth/issues/8360 --- <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 10:25:18 -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#16170