Commit Graph

3246 Commits

Author SHA1 Message Date
Taesu
ea1cf04d76 fix(generic-oauth): await async mapProfileToUser (#5479)
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
2025-11-13 04:42:58 +00:00
Shobhit Patra
5af1a3f993 fix(oidc-provider): change updated_at to be a UNIX numeric timestamp (#4263)
Co-authored-by: Alex Yang <himself65@outlook.com>
2025-11-13 01:26:49 +00:00
Maxwell
b39273a94f fix: use identity instead of serial for pg schema (#5943) 2025-11-13 01:15:39 +00:00
Alex Yang
72191ef4f0 fix(odic-provider): default options (#5945)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-13 00:56:28 +00:00
Maxwell
448d76fcfa fix: use ctx over request in plugin options (#5944) 2025-11-13 00:18:59 +00:00
Taesu
5d168d539d feat(anonymous): allow customizing random email generator (#5922) 2025-11-12 22:25:03 +00:00
Alex Yang
06dfcd9a65 chore: enable useDateNow lint rule (#5938) 2025-11-12 22:02:41 +00:00
Alex Yang
6c3cc0446c test: move oauth.spec.ts to top level (#5937) 2025-11-12 22:00:47 +00:00
Ephraim Duncan
d0f6153317 fix(email-otp): prevent duplicate verification emails when override is enabled (#5794) 2025-11-12 21:38:35 +00:00
Alex Yang
938ff5db6a fix(oidc-provider): oidc_login_prompt not cleared after login (#5912) 2025-11-12 21:19:14 +00:00
Bereket Engida
cd71463c9c chore: release v1.4.0-beta.20 2025-11-11 19:24:32 -08:00
Alex Yang
c83d4fdd4c test: fix node.js 25 compatibility (#5918) 2025-11-12 01:07:25 +00:00
Bereket Engida
f5976dd4bb chore: support stateless without any configuration (#5916)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-11 16:15:14 -08:00
Alex Yang
e7b67d2ec1 refactor: initFn for defineRequestState (#5914) 2025-11-11 23:27:51 +00:00
Taesu
1ebc6faab0 feat: better-auth/minimal (#5704)
Co-authored-by: Bereket Engida <Bekacru@gmail.com>
2025-11-11 21:34:06 +00:00
David Hart
f8b052ee01 fix(sso): use the internalAdapter for user queries to avoid skipping database hooks (#5913) 2025-11-11 21:19:01 +00:00
Jonathan Samines
956e23618b feat: expose additional http methods (#5754)
Co-authored-by: Bereket Engida <Bekacru@gmail.com>
2025-11-11 19:13:46 +00:00
Dan Damian
d34877ade1 fix(oauth2): fix user data not reflecting provider updates with overrideUserInfo (#5894) 2025-11-11 19:02:54 +00:00
Jonathan Samines
791abb26ad chore(sso): refactor SSO plugin (#5908) 2025-11-11 18:45:01 +00:00
Dillon Mulroy
1c0acc2bb6 fix: validate baseURL protocol and improve error messages (#5902)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-11-11 18:37:26 +00:00
rovertrack
09162d3d12 feat(prisma): enhance JSON default value handling for arrays and objects in schema generation (#5904)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-11-11 18:21:03 +00:00
Taesu
4011c46e3f feat(stripe): allow flexible types in plan limits (#5821)
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
2025-11-11 10:27:05 -08:00
Taesu
e5ccef341f fix(stripe): return updated subscription in onSubscriptionUpdate callback (#5819)
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
2025-11-11 10:26:45 -08:00
Maxwell
705f7434c7 fix: treat generateId "serial" as numeric ID and correct UUID column types across adapters (#5823) 2025-11-11 18:04:24 +00:00
Alex Yang
a36982a236 test: no hanging promise (#5898) 2025-11-11 04:49:52 +00:00
Alex Yang
9a486a37dc chore: sort out exports (#5891) 2025-11-11 04:39:59 +00:00
Alex Yang
0f7580366c pref: infinite tsc compilation time (#5893) 2025-11-11 01:21:03 +00:00
Bereket Engida
3fc9e9870d chore: lint 2025-11-10 15:59:38 -08:00
Taesu
235b09484b fix(oauth-proxy): handle cross-origin flows (#5729)
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-10 15:11:32 -08:00
Maxwell
e843e51a2a fix: dont trigger session refresh on magic-link sign-in (#5221) 2025-11-10 14:48:56 -08:00
Maxwell
af6ebfe879 feat: auto-index CLI (#5357)
Co-authored-by: Bereket Engida <Bekacru@gmail.com>
2025-11-10 14:12:48 -08:00
Maxwell
9a72295dd5 fix(organization): all endpoints should properly infer additional fields (#3731)
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: Ahmed Riad <58295120+ahmedriad1@users.noreply.github.com>
Co-authored-by: Bereket Engida <Bekacru@gmail.com>
2025-11-10 13:47:50 -08:00
Alex Yang
cab7efd363 chore: release v1.4.0-beta.19 2025-11-10 12:06:51 -08:00
Alex Yang
bafe1cac2a fix(odic): case when prompt=login (#5848) 2025-11-10 19:37:12 +00:00
Stephen Zhou
bf6f712be6 fix(expo): clear peer dependence and flag optional (#5881) 2025-11-10 18:10:35 +00:00
Greg Jackson
90afe1fe40 fix(two-factor): trust device token refresh (#3318)
Co-authored-by: Dylan Vanmali <dylanvanmali@yahoo.com>
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
Co-authored-by: Bereket Engida <Bekacru@gmail.com>
2025-11-09 01:09:33 +00:00
Taesu
dcc7d6f70d chore: improve api error page (#5855) 2025-11-09 00:34:11 +00:00
Harry Yep
b0cff5b2d1 chore(two-factor): code reference (#5797) 2025-11-08 18:41:14 +00:00
Taesu
fe0f4192ba chore: rename tsconfig customCondition to dev-source (#5850) 2025-11-08 17:15:20 +00:00
Duki
437cafcf4c fix(two-factor): improve error message for bad totp code in 2FA setup (#5826)
Co-authored-by: Dusan Misic <dmisic@inventage.com>
2025-11-08 14:46:22 +00:00
Bereket Engida
39d71bfb8a chore: update jsdocs default for transaction 2025-11-08 06:52:48 -08:00
Bereket Engida
0d41f6a10a fix: update hooks return should merge with original data (#5852) 2025-11-08 14:27:54 +00:00
Bereket Engida
498e363184 chore: shouldn't show cli warning on uuid type for strings (#5844)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-11-08 14:27:27 +00:00
Bereket Engida
14c7c407b6 docs: update use number id usage 2025-11-08 05:52:39 -08:00
Taesu
15a7e0bf01 fix(stripe): prevent duplicate customer creation on signup (#5847) 2025-11-08 07:03:29 +00:00
Alex Yang
3a2dcd4c83 chore(e2e): type fix (#5845) 2025-11-08 01:53:41 +00:00
Alex
12db1cb091 fix(expo): account linking flow on mobile (#5836) 2025-11-07 21:45:00 +00:00
Alex Yang
77d10e0e6f test: separate login with Google (#5789) 2025-11-07 21:34:40 +00:00
Joél Solano
268c97cf5c chore: re-export access & db types (#5827) 2025-11-07 20:54:18 +00:00
Jakub Kołodziejczak
b1b6c49e7e fix(db): postgres - explicitly define pg_catalog for gen_random_uuid() (#5832)
Co-authored-by: Jakub Kołodziejczak <jakub.kolodziejczak@databricks.com>
2025-11-07 20:31:12 +00:00