Commit Graph

6018 Commits

Author SHA1 Message Date
Alex Yang
ae0e280587 fix(rate-limit): support IPv6 address normalization and subnet (#7470) 2026-01-19 22:20:12 -08:00
Oscar Cornish
feb2084f58 refactor: return linked account in findOAuthUser (#7331)
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
2026-01-19 22:09:38 -08:00
Taesu
08afa10337 fix(oauth): set account cookie on re-login when updateAccountOnSignIn is false (#7217) 2026-01-19 22:09:38 -08:00
Taesu
687882bdd8 chore: remove type casting for provider id (#7468) 2026-01-19 22:09:38 -08:00
Alex Yang
863b5648b1 docs: use tabs on drizzle-kit scripts (#7469)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2026-01-19 22:09:38 -08:00
Taesu
266e9eadb2 chore(demo): correct trustedProviders option (#7449) 2026-01-19 22:09:38 -08:00
Maxwell
7b7f3c8b0d docs: add "10 Better Auth plugins that just save so much time" resource (#7455) 2026-01-19 22:09:37 -08:00
Maxwell
1c8c2207f8 docs(JWT): moved incorrect documentation (#7456) 2026-01-19 22:09:37 -08:00
Long Nguyen
4200ec9f73 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-19 22:09:37 -08:00
Luís Rudge
9d950aaade chore: fix opencode tag and MCP command structure (#7451)
Co-authored-by: Bereket Engida <Bekacru@gmail.com>
2026-01-19 22:09:37 -08:00
Bereket Engida
bc9fe98bd0 feat(admin): make password field optional on create user (#7441)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2026-01-19 22:09:37 -08:00
Bereket Engida
308f8ae14e chore(demo): hide admin dashboard for non-admin users 2026-01-17 22:18:28 -08:00
Alex Yang
bcb4d24cbc chore: release v1.4.15 v1.4.15 2026-01-17 17:39:08 -08:00
Alex Yang
e99af846b6 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 17:37:56 -08:00
Gustavo Valverde
1988cea6c4 fix(client): deep merge plugin actions to preserve all methods (#7407) 2026-01-17 17:37:56 -08:00
Alex Yang
a02b3af81a fix: update TanStack imports to use server subpath (#7446) 2026-01-17 17:37:56 -08:00
Bereket Engida
8058f500f7 docs: fix typo on basic usage auth client filename (#7447)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2026-01-17 17:34:11 -08:00
Bereket Engida
da10955042 chore: update @better-auth/dash version to ^0.1.6 in package.json and pnpm-lock.yaml 2026-01-17 17:31:37 -08:00
Bereket Engida
23cb8af37f docs: add skills section to introduction for AI coding assistant integration 2026-01-17 12:31:13 -08:00
Alex Yang
1d649c09a4 chore: release v1.4.14 v1.4.14 2026-01-16 20:23:14 -08:00
Alex Yang
fcb4456c45 docs: fix authors in testimonials.tsx 2026-01-16 20:15:05 -08:00
Max
2b97680396 chore(cli): export schema generators via /api subpath (#7082)
Co-authored-by: Alex Yang <himself65@outlook.com>
2026-01-16 19:55:42 -08:00
Alex Yang
5d26ce3fa0 chore: fix lint warnings (#7432) 2026-01-16 19:43:54 -08:00
Alex Yang
f0bbd973e2 test(organization): reduce any type (#7429) 2026-01-16 19:43:54 -08:00
Alex Yang
2bc9656f75 docs: remove 3rd Party Payment section (#7425) 2026-01-16 19:43:54 -08:00
Joél Solano
dfcbefea5a fix: allow empty name on email sign-up (#7409) 2026-01-16 19:43:53 -08:00
Taesu
1233031cfe fix: update Figma provider default scope and oauth endpoints (#7422) 2026-01-16 19:43:53 -08:00
Taesu
b636bd691c feat(stripe): add support for locale option to upgradeSubscription (#7421) 2026-01-16 19:43:53 -08:00
Alex Yang
206f3360f4 docs: update paymnet community plugins (#7257) 2026-01-16 19:43:53 -08:00
Taesu
a9e4448429 fix: centralize schema parsing for API responses (#7414) 2026-01-16 19:43:53 -08:00
Joél Solano
12f4d21482 chore: fix better-auth README.md (#7415)
Co-authored-by: Taesu <166604494+bytaesu@users.noreply.github.com>
2026-01-16 19:43:53 -08:00
Taesu
88e9224a4a feat: add skipTrailingSlashes option to advanced config (#7404) 2026-01-16 19:43:53 -08:00
Taesu
78a9a54d29 chore: update CLAUDE.md (#7374)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-16 19:43:53 -08:00
Alex Yang
a9a68f322f docs: add .claude/rules/release.md (#7403) 2026-01-16 19:43:53 -08:00
Alex Yang
8cd755bb51 docs: add corporate proxy configuration instructions in faq.mdx (#7402) 2026-01-16 19:43:53 -08:00
Taesu
29476bbe70 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-16 19:43:53 -08:00
Alex Yang
9d75ed7c87 ci: update merge queue condition (#7398) 2026-01-16 19:43:53 -08:00
dependabot[bot]
286b8dfa6d 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-16 19:43:53 -08:00
Alex Yang
8a01720fb1 test: add unit tests for ProxyAgent integration with better-auth (#7400) 2026-01-16 19:43:53 -08:00
Paola Estefanía de Campos
3decd1c14f 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-16 19:43:53 -08:00
Taesu
affb190952 chore: bump better-call (#7183) 2026-01-16 19:43:53 -08:00
Alex Yang
be37c9058c fix: TanStack Start cookie plugins for React and Solid.js (#7389)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-16 19:43:53 -08:00
Taesu
521dae444d docs: correct Captcha plugin default option description (#7388) 2026-01-16 19:43:53 -08:00
Bereket Engida
c1ae2ed9f3 refactor: simplify social provider handling and improve layout in Builder and SignIn components 2026-01-16 19:43:53 -08:00
Bereket Engida
032ead4790 chore: lint 2026-01-15 21:30:10 -08:00
Bereket Engida
bda8b3ec02 refactor: remove TrustedBy component and adjust layout in Features component 2026-01-15 20:32:28 -08:00
Bereket Engida
b53cd3a76c docs: refactor Trusted By section to use a dynamic logo grid and improve layout in EnterpriseHero component 2026-01-15 20:06:37 -08:00
Alex Yang
e14c211afd chore: release v1.4.13 v1.4.13 2026-01-14 19:20:36 -08:00
Taesu
f812e875c1 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 19:20:18 -08:00
Alex Yang
39fcf97315 feat(core): add version in AuthContext (#7362) 2026-01-14 19:20:18 -08:00