Commit Graph

5814 Commits

Author SHA1 Message Date
Taesu
5cdabbe5cf fix: just use logical OR fallback 2026-01-20 08:51:14 +09:00
Taesu
2d241f1941 fix: handle context generateId false case 2026-01-20 08:37:02 +09:00
Taesu
7f5a2f8506 fix: handle serial and false cases in generateId 2026-01-20 08:26:37 +09:00
Alex Yang
1668a33372 fix: /minimal includes unexpected deps (#7467) 2026-01-19 20:32:29 +00:00
Oscar Cornish
9cc4e67453 refactor: return linked account in findOAuthUser (#7331)
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
2026-01-19 20:24:32 +00:00
Taesu
aff1ec0a7b chore: remove type casting for provider id (#7468) 2026-01-19 18:33:46 +00:00
Alex Yang
43fdfb8dcc docs: use tabs on drizzle-kit scripts (#7469)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2026-01-19 18:33:15 +00:00
Taesu
ac0cb53ec0 chore(demo): correct trustedProviders option (#7449) 2026-01-18 21:54:03 +00:00
Maxwell
179db28f37 docs: add "10 Better Auth plugins that just save so much time" resource (#7455) 2026-01-18 21:53:58 +00:00
Maxwell
c2d8f33f02 docs(JWT): moved incorrect documentation (#7456) 2026-01-18 18:57:04 +00:00
Long Nguyen
00bda357b0 fix(organization): missing activeTeamId field when dynamic access control is enabled (#7385)
Co-authored-by: Alex Yang <himself65@outlook.com>
Co-authored-by: ping-maxwell <maxwell.multinite@gmail.com>
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
2026-01-18 08:24:11 -08:00
Bereket Engida
ab5c2e7d64 chore(demo): hide admin dashboard for non-admin users 2026-01-17 22:18:42 -08:00
Luís Rudge
c200e8292b chore: fix opencode tag and MCP command structure (#7451)
Co-authored-by: Bereket Engida <Bekacru@gmail.com>
2026-01-17 20:15:00 -08:00
Bereket Engida
c11ac87d21 feat(admin): make password field optional on create user (#7441)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2026-01-17 20:11:47 -08:00
Bereket Engida
890bcce053 chore: update @better-auth/dash version to ^0.1.6 in package.json and pnpm-lock.yaml 2026-01-17 17:39:15 -08:00
Bereket Engida
97301bebd8 docs: add skills section to introduction for AI coding assistant integration
(cherry picked from commit 23cb8af37f)
2026-01-17 17:30:39 -08:00
Bereket Engida
63b5b1d76d docs: fix typo on basic usage auth client filename (#7447)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2026-01-17 17:28:38 -08:00
Alex Yang
e8922c1be4 fix: update TanStack imports to use server subpath (#7446) 2026-01-18 01:09:53 +00:00
Gustavo Valverde
0e04e27969 fix(client): deep merge plugin actions to preserve all methods (#7407) 2026-01-17 11:15:52 -08:00
Alex Yang
9806a932c2 chore: release v1.5.0-beta.8 v1.5.0-beta.8 2026-01-16 20:27:30 -08:00
Alex Yang
cccfe03283 chore: add @better-auth/dash (#7433) 2026-01-17 04:23:48 +00:00
Alex Yang
56bca8974f refactor: simplify options type (#7420)
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Alex Yang <himself65@users.noreply.github.com>
2026-01-17 03:58:33 +00:00
Bereket Engida
77844c0954 refactor: simplify social provider handling and improve layout in Builder and SignIn components 2026-01-16 19:44:18 -08:00
Alex Yang
18f0072b18 chore: fix lint warnings (#7432) 2026-01-16 16:40:28 -08:00
Alex Yang
9f2dd9de6d test(organization): reduce any type (#7429) 2026-01-16 23:46:31 +00:00
Alex Yang
08ff06d331 docs: remove 3rd Party Payment section (#7425) 2026-01-16 21:37:52 +00:00
Joél Solano
fc3863ea70 fix: allow empty name on email sign-up (#7409) 2026-01-16 21:23:19 +00:00
Taesu
5a360ba69c fix: update Figma provider default scope and oauth endpoints (#7422) 2026-01-16 21:22:15 +00:00
Taesu
2fe46342b5 feat(stripe): add support for locale option to upgradeSubscription (#7421) 2026-01-16 21:14:29 +00:00
Alex Yang
a60db4448a docs: update paymnet community plugins (#7257) 2026-01-16 21:14:15 +00:00
Taesu
a618b5ca22 fix: centralize schema parsing for API responses (#7414) 2026-01-16 18:55:01 +00:00
Joél Solano
9f7563db43 chore: fix better-auth README.md (#7415)
Co-authored-by: Taesu <166604494+bytaesu@users.noreply.github.com>
2026-01-16 17:24:59 +00:00
Taesu
fd1dcf94d6 feat: add skipTrailingSlashes option to advanced config (#7404) 2026-01-16 17:09:20 +00:00
Taesu
3b12064382 chore: update CLAUDE.md (#7374)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-15 23:40:24 +00:00
Felipe Valencia
76afbe19bb refactor(oauth-provider): usage of ctx headers for endpoints (#7382) 2026-01-15 23:39:49 +00:00
Alex Yang
af982ec311 docs: add .claude/rules/release.md (#7403) 2026-01-15 23:32:28 +00:00
Alex Yang
178f7ac2d7 docs: add corporate proxy configuration instructions in faq.mdx (#7402) 2026-01-15 19:16:23 +00:00
Taesu
542cb4bbf2 refactor: replace nested conditionals with switch in email verification (#7397)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: taesu <taesu@better-auth.com>
2026-01-15 18:41:43 +00:00
Alex Yang
dd69f66b60 ci: update merge queue condition (#7398) 2026-01-15 18:30:11 +00:00
dependabot[bot]
dc0fb52763 chore(deps-dev): bump @sveltejs/kit from 2.49.2 to 2.49.5 (#7401)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-15 18:29:42 +00:00
Alex Yang
89b4d10121 test: add unit tests for ProxyAgent integration with better-auth (#7400) 2026-01-15 18:26:01 +00:00
Paola Estefanía de Campos
3f41e271bf test(mcp): add unit tests for setup tool (#7337)
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Alex Yang <himself65@users.noreply.github.com>
Co-authored-by: Alex Yang <himself65@outlook.com>
2026-01-15 17:33:08 +00:00
Alex Yang
56c3dfaecd chore: bump pnpm version to 10.28.0 (#7393)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2026-01-15 17:26:47 +00:00
Alex Yang
2628eba29b docs: add .postmortem/* (#7390) 2026-01-15 09:13:43 -08:00
Alex Yang
a2e812185f fix: TanStack Start cookie plugins for React and Solid.js (#7389)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-15 08:03:12 -08:00
Taesu
45781939b7 docs: correct Captcha plugin default option description (#7388) 2026-01-16 00:38:45 +09:00
Alex Yang
2b9cd6d696 chore: lint fix 2026-01-14 15:29:53 -08:00
Alex Yang
c7e826e20f chore: release v1.5.0-beta.7 v1.5.0-beta.7 2026-01-14 14:25:47 -08:00
Taesu
a1e14adb61 fix: preserve attributes when expiring cookies (#7363)
Co-authored-by: Alex Yang <himself65@outlook.com>
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
2026-01-14 14:20:12 -08:00
Alex Yang
9cfa6f969c chore: add CLAUDE.md (#7368)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-14 14:19:06 -08:00