Commit Graph

1595 Commits

Author SHA1 Message Date
Taesu
59e3f20760 fix: support all where operators in list filter endpoints 2026-02-08 21:39:27 +09:00
Taesu
724914227b fix(i18n): allow getLocale callback when request is undefined (#7834) 2026-02-07 17:21:36 +00:00
Alex Yang
54c6e84b6e docs: update waku usage (#7842) 2026-02-07 17:04:04 +00:00
Taesu
07162c66b1 docs: add description disableDefaultFetchPlugins to Client concept (#7813)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Taesu <bytaesu@users.noreply.github.com>
2026-02-05 22:51:58 +00:00
Saviru
5c6ccfa688 docs: update to React Router v7 and improve docs (#7457)
Co-authored-by: Alex Yang <himself65@outlook.com>
Co-authored-by: Paola Estefanía de Campos <84341268+Paola3stefania@users.noreply.github.com>
Co-authored-by: Tim Keller <36288711+tjkeller-xyz@users.noreply.github.com>
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: Taesu <166604494+bytaesu@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-02-05 18:46:34 +00:00
Joél Solano
1c9aab3bce feat: electron integration (#7647)
Co-authored-by: Alex Yang <himself65@outlook.com>
2026-02-04 20:37:05 +00:00
Taesu
71a0297b4c feat(oauth-proxy): rewrite to support distributed environments (#7720)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: taesu <taesu@better-auth.com>
2026-02-03 09:05:13 +00:00
Alex Yang
00c95728f1 Revert "feat: make name field optional (#7617)"
This reverts commit e0df7c9e38.
2026-02-02 10:52:19 -08:00
Taesu
93bbe2a548 docs: improve TanStack Start integration guide (#7742) 2026-02-02 18:17:39 +00:00
Taesu
86da990076 docs: add quick start section to TanStack Start integration (#7729) 2026-02-01 01:10:23 +00:00
Taesu
9e1ab8e6da feat(phone-number): support user additionalFields in signUpOnVerification flow (#7699)
Co-authored-by: Alex Yang <himself65@outlook.com>
2026-01-30 06:34:23 +00:00
Taesu
ddb3448c09 docs: clarify updatePhoneNumber option usage (#7697)
Co-authored-by: Alex Yang <himself65@outlook.com>
2026-01-30 06:26:42 +00:00
Gautam Manchandani
440fc0d41d docs: add IdP-initiated SAML SSO workaround for Next.js (#6669) 2026-01-30 00:08:42 +00:00
Taesu
e0df7c9e38 feat: make name field optional (#7617) 2026-01-29 23:42:52 +00:00
Joél Solano
7167362c73 docs: add callout for access control bundle size (#7688) 2026-01-29 10:13:36 -08:00
Paola Estefanía de Campos
01304a4989 docs(oauth-provider): remove production warning (#7671) 2026-01-28 17:56:55 -08:00
Paola Estefanía de Campos
b2b4a53fa9 feat(oauth-provider): add configurable rate limiting for OAuth endpoints (#7666) 2026-01-28 17:56:29 -08:00
Paola Estefanía de Campos
90a2d60340 feat(oauth-provider): add iss parameter to authorization responses (RFC 9207) (#7669) 2026-01-28 17:46:08 -08:00
Paola Estefanía de Campos
12fe8a74e0 docs: add enterprise SSO migration to Supabase guide (#7652)
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Alex Yang <himself65@users.noreply.github.com>
2026-01-28 18:38:07 +00:00
Taesu
97e6d772e5 feat: mark /forget-password/email-otp as deprecation (#7645) 2026-01-28 00:51:38 +00:00
Paola Estefanía de Campos
426f0b5c22 feat(sso): add support for signed SAML AuthnRequests (#7562) 2026-01-27 06:34:08 +00:00
Paola Estefanía de Campos
36f552a3ab feat(session): add deferSessionRefresh option to support read-replica setups (#6871)
Co-authored-by: Alexander Asomba <3323537+alexasomba@users.noreply.github.com>
Co-authored-by: Bereket Engida <Bekacru@gmail.com>
Co-authored-by: Alex Yang <himself65@outlook.com>
2026-01-27 04:27:45 +00:00
Alex Yang
2398811cd7 test(smoke): secdonary storage with redis (#7590) 2026-01-26 19:22:08 +00:00
Paola Estefanía de Campos
b3cce69ad1 fix(cli): update MCP URL from Chonkie to Inkeep (#7585) 2026-01-26 17:18:38 +00:00
oderum
cb4f2d2ee1 docs(stripe): clarify createCustomerOnSignUp configuration requirement (#7610) 2026-01-26 16:44:17 +00:00
Taesu
762a11f971 fix: respect the explicitly set sendOnSignUp option (#7593) 2026-01-25 00:32:42 +00:00
Taesu
ba366559f3 fix: set default logger level to "warn" (#7597)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: taesu <taesu@better-auth.com>
2026-01-25 00:26:49 +00:00
Taesu
fe64e659e2 docs: rewrite Convex integration content (#7527) 2026-01-24 14:31:29 +00:00
Taesu
1088b1c7c1 docs: move errors content to reference section (#7581) 2026-01-23 23:54:53 +00:00
Alex Yang
9dfbe0f40b feat(one-tap): add button mode for Google sign-in (#7482)
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Alex Yang <himself65@users.noreply.github.com>
2026-01-23 19:40:43 +00:00
Tim Keller
6a1ff9bea9 docs: use type-only import for BetterAuthClientPlugin (#7565)
Co-authored-by: Alex Yang <himself65@outlook.com>
2026-01-23 19:34:53 +00:00
Taesu
b0464a6fef docs: clarify subscription behavior information (#7546) 2026-01-22 20:46:30 +00:00
Alex Yang
30c275753f feat: i18n plugin (#7428) 2026-01-21 04:08:09 +00:00
bonghyeon.lee
d201ea93cc docs: add a callout about the Kakao Biz App requirement for the account_email scope (#7486)
Co-authored-by: Taesu <bytaesu@gmail.com>
2026-01-20 08:43:21 +00:00
Maxwell
25f57af222 feat(api-keys): pagination support for list-api-keys (#7424)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: Alex Yang <himself65@outlook.com>
2026-01-20 06:32:28 +00:00
Alex Yang
7eadbdcb8f docs: update getMigrations path imports (#7481) 2026-01-20 03:39:07 +00:00
Alex Yang
57af0f7b91 fix(rate-limit): support IPv6 address normalization and subnet (#7470) 2026-01-19 23:30:38 +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
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
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
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
fd1dcf94d6 feat: add skipTrailingSlashes option to advanced config (#7404) 2026-01-16 17:09:20 +00:00
Alex Yang
178f7ac2d7 docs: add corporate proxy configuration instructions in faq.mdx (#7402) 2026-01-15 19:16:23 +00: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
Syed Minhaj
d8f12cf6b9 docs: update tanstack start integration (#7361)
Co-authored-by: Alex Yang <himself65@outlook.com>
2026-01-14 12:12:32 -08:00