Commit Graph

6627 Commits

Author SHA1 Message Date
Taesu
3d5301a9bc docs: await promise function convertToModelMessages (#7089) 2026-01-02 14:23:33 +08:00
Taesu
80bcf78841 docs: switch to default logo (#7086) 2026-01-02 14:21:57 +08:00
Saviru
9dae1b4ea2 feat: add auth.api.verifyPassword (#6934)
Co-authored-by: Alex Yang <himself65@outlook.com>
2026-01-02 14:21:06 +08:00
Alex Yang
00897dcaad docs: correct set password code example (#7094) 2026-01-02 14:05:17 +08:00
Taesu
6e4821cef5 fix(stripe): pass metadata to subscription object in upgrade method (#7090) 2026-01-02 13:26:58 +09:00
Taesu
a420081245 fix(stripe): Improve error handling and subscriptionSuccess route (#7087) 2026-01-02 06:42:03 +09:00
Abhijit Bhattacharjee
cb02bdf801 docs: update Spotify provider guide to use 127.0.0.1 (#7075) 2026-01-01 09:11:40 +08:00
Alex Yang
59fac14aed chore: release v1.5.0-beta.2 v1.5.0-beta.2 2025-12-31 21:06:57 +08:00
Alex Yang
5cc56b01e7 feat(stripe): add disableRedirect option for subscription and billing (#7068)
Co-authored-by: Valerii Strilets <valerii.strilets@gmail.com>
2025-12-31 17:36:04 +08:00
Taesu
2bc138a5b5 fix(api): chain plugin onRequest hooks properly (#7070) 2025-12-31 15:04:05 +08:00
Taesu
bb89498d58 feat(stripe): handle customer.subscription.created webhook event (#6924)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Alex Yang <himself65@outlook.com>
2025-12-31 04:25:35 +09:00
Alex Yang
58b5d51ee1 docs: fix mcp config name (#7067) 2025-12-31 00:59:03 +08:00
Alex Yang
e0e120ab63 chore: bump pnpm (#7065) 2025-12-30 23:02:37 +08:00
Ridhim Singh Raizada
bea45db85f fix: sync updateSession changes to secondary storage and active-sessions list (#6988)
Co-authored-by: Taesu <166604494+bytaesu@users.noreply.github.com>
Co-authored-by: Taesu <bytaesu@gmail.com>
2025-12-30 18:23:26 +08:00
Gautam Manchandani
6181119e2b fix(stripe): prevent trial abuse by checking all user subscriptions (#6950)
Co-authored-by: Taesu <bytaesu@gmail.com>
Co-authored-by: Alex Yang <himself65@outlook.com>
2025-12-30 18:14:38 +08:00
Alex Yang
76d944f8dd feat(expo): add webBrowserOptions to openAuthSessionAsync (#7054)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-30 14:37:32 +08:00
Taesu
16ce94bde2 docs: add gradient mask image for TOCScrollArea (#7032) 2025-12-30 13:56:14 +08:00
Taesu
9056ffe51d chore: remove duplicate refreshUserSessions calls (#7022) 2025-12-30 02:28:48 +08:00
Alex Yang
006df7472c chore: bump ai sdk (#7050) 2025-12-29 20:41:57 +08:00
Taesu
1e06055955 fix(client): apply rate limit focus refetch regardless of session state (#7048)
Co-authored-by: Alex Yang <himself65@outlook.com>
2025-12-29 20:22:23 +08:00
Alex Yang
22b932435b fix(client): prevent duplicate signal processing in atom listeners (#7018) 2025-12-29 17:07:18 +08:00
Taesu
69c582faef docs: improve community plugins page (#7031) 2025-12-28 22:58:50 -08:00
Taesu
720dcfcd6d docs: add payments section (#7030) 2025-12-28 22:57:03 -08:00
Taesu
34128da5eb fix(oauth-proxy): point provider requests to production and fix cookie handling in non-HTTPS environments (#6472)
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
2025-12-27 12:20:29 -08:00
Alex Yang
5099056444 fix(admin): userId check in /has-permission (#7016)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-27 17:39:03 +08:00
Alex Yang
60384dabea chore: replace body schema with signUpEmailBodySchema (#7017) 2025-12-27 17:38:57 +08:00
Taesu
211ca6e6ae docs: improve set active organization guide (#7010) 2025-12-26 18:54:17 -08:00
Taesu
d45198d624 fix(organization): remove unnecessary type re-export (#7011) 2025-12-26 18:53:39 -08:00
Jonathan Samines
7e40af0c16 chore(better-auth): fix inferred trusted origins on cloned context (#7007) 2025-12-26 18:53:21 -08:00
Dylan Vanmali
9c54c108db chore: update import paths (#7003) 2025-12-25 23:19:43 -08:00
Taesu
b8d5f71b99 feat(stripe): flexible subscription cancellation and termination management (#6961)
Co-authored-by: GautamBytes <manchandanigautam@gmail.com>
2025-12-26 15:01:01 +08:00
Alex Yang
e8458c47df Reapply "docs: add Commet plugin documentation (#6827)"
This reverts commit 380d4c7cae.
2025-12-26 14:46:00 +08:00
Taesu
1b329f79e8 fix(expo): improve parseSetCookieHeader (#6990) 2025-12-26 14:45:09 +08:00
Dylan Vanmali
243ce021d3 fix(oauth-provider): only session db store currently supported (#7000) 2025-12-25 15:36:22 -08:00
Taesu
f6b820760e docs: add notes about cookie cache session revocation (#6966)
Co-authored-by: Alex Yang <himself65@outlook.com>
2025-12-25 11:08:39 -08:00
Taesu
666d02ed0a fix: add supportsArrays to memory and mongodb adapters (#6984) 2025-12-25 11:07:22 -08:00
Taesu
c97109ae5a test(oauth-provider): correct failing test (#6996)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-25 11:06:22 -08:00
Taesu
ef3f3eb564 fix(admin): custom role type inference (#6997) 2025-12-25 11:06:01 -08:00
Paola Estefanía de Campos
e8aa51c052 feat: support form data for email sign-in/sign-up and fallback to checking fetch Metadata for first login (#6314)
Co-authored-by: Taesu <166604494+bytaesu@users.noreply.github.com>
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
Co-authored-by: Jonathan Samines <jn.samines@gmail.com>
2025-12-25 11:05:23 -08:00
Aryan Chaurasia
4e63c40da9 docs: add Open in Cursor option (#6992) 2025-12-25 15:28:43 +08:00
Dylan Vanmali
bf944e05a2 fix(oauth-provider): support jwksPath (#6989) 2025-12-24 11:03:07 -08:00
Taesu
4f1ec5414e fix: correct accountLinking default to true (#6963)
Co-authored-by: Alex Yang <himself65@outlook.com>
2025-12-25 01:11:06 +08:00
Joél Solano
12f6f954ef docs(api-key): correct table name in schema section (#6856) 2025-12-25 00:04:51 +08:00
Gautam Manchandani
bd5ca7cf6f fix(passkey): use data.id instead of challengeId in deleteVerificationValue (#6826) 2025-12-25 00:03:09 +08:00
Alex Yang
5a8ff63e8d chore: bump next (#6986) 2025-12-25 00:01:06 +08:00
Alex Yang
cd5cdf4168 docs: use data table for community plugin list (#6953)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-12-24 23:38:15 +08:00
Maxwell
d5a88df986 fix(anonymous): missing path breaks anonymous hooks (#6794)
Co-authored-by: Alex Yang <himself65@outlook.com>
2025-12-24 22:17:36 +08:00
Alex Yang
296d18534b chore: enable color for cspell (#6983) 2025-12-24 22:02:17 +08:00
Alex Yang
ebb889ff84 chore: move @better-auth/utils to catalog (#6981) 2025-12-24 21:38:06 +08:00
Jean-Pierre DUPUIS
2bc3d629e0 docs: fix RequestInit body typing for exactOptionalPropertyTypes (#6852) 2025-12-24 21:22:52 +08:00