2853 Commits
Author SHA1 Message Date
Alex Yang f75017d0f4 chore: release v1.3.10 2025-09-15 11:35:59 -07:00
Alex Yang 0ab2f35a5e Merge branch 'canary' into v1.3.10-staging 2025-09-15 09:58:00 -07:00
Alex YangandGitHub 5925c77866 refactor: rename to AdapterFactory (#4676) 2025-09-15 16:51:10 +00:00
KinfeMichael TarikuandGitHub e297caeb42 fix: prevent lastLoginMethod plugin from setting cookie on failed auth (#4673) 2025-09-15 16:00:50 +00:00
Alex Yang cfcec1ae50 Merge branch 'canary' into v1.3.10-staging
# Conflicts:
#	packages/better-auth/package.json
#	packages/cli/package.json
#	packages/expo/package.json
#	packages/sso/package.json
#	packages/stripe/package.json
#	pnpm-lock.yaml
2025-09-15 08:51:27 -07:00
Alex YangandGitHub 6373a1f0d5 chore: bump nanostores (#4674) 2025-09-15 15:37:13 +00:00
Fraol LemechaandGitHub 9d6e47ca88 fix: make sure fetch function doesn't get called repeatedly on onMount (#4669) 2025-09-15 15:19:26 +00:00
Alex YangandGitHub 0409f4d92b test: use execSync (#4666) 2025-09-15 02:32:51 +00:00
Bereket EngidaGitHubcubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
29c5775758 fix(admin): change the order of role and user id check when both are provider on userHasPermission (#4653)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-09-14 23:10:47 +00:00
20e87a2e1c fix(cli): add missing JSON type to schema generation (#4494)
Co-authored-by: KinfeMichael Tariku <65047246+Kinfe123@users.noreply.github.com>
2025-09-14 13:27:13 -07:00
Alex Yang 3dd34dfc09 chore: release v1.3.10-beta.7 2025-09-14 01:47:17 -07:00
Alex Yang 14ecacc2f1 chore: release v1.3.10-beta.6 2025-09-13 19:55:51 -07:00
Alex YangandGitHub 50ca5e8c29 test: fix flaky test (#4642) 2025-09-14 02:50:32 +00:00
Alex YangandGitHub f5fd8591b1 fix(organization): restrict role check by user id (#4641) 2025-09-14 01:01:14 +00:00
Alex Yang a9f88df6c8 chore: lint fix 2025-09-13 14:15:51 -07:00
Bereket Engida 376ba7127a chore: release v1.3.10-beta.5 2025-09-13 14:13:17 -07:00
Bereket Engida 12a9de0215 fix(organization): [security] updateOrgRole should check for userId properly 2025-09-13 14:13:06 -07:00
Alex YangandGitHub 49fa32628d chore: workspace peer deps (#4634) 2025-09-13 19:20:03 +00:00
Fraol LemechaandGitHub 689d93ba08 test: add tests to make sure after hook runs after db update (#4616) 2025-09-13 19:12:05 +00:00
YurinandGitHub 80b733d513 fix(prisma): handle optional field relation types correctly (#4630) 2025-09-13 19:11:51 +00:00
Bereket EngidaandGitHub da9b865671 fix(organization): before org create hooks not applying customized data (#4623) 2025-09-13 04:07:27 +00:00
AajeethandGitHub 589634d475 fix: correct MongoDB adapter import path in CLI (#4602) 2025-09-12 23:36:44 +00:00
./danieleandGitHub 9f23eae3be fix(stripe): use correct request method for billing-portal (#4613) 2025-09-12 23:34:49 +00:00
Alex YangandGitHub 1616057992 fix(expo): missing peer deps (#4617) 2025-09-12 23:26:45 +00:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7537dbb074 chore(deps): bump hono from 4.9.6 to 4.9.7 (#4619)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-12 23:13:50 +00:00
Alex Yang e50f411687 chore: release v1.3.10-beta.4 2025-09-12 15:38:42 -07:00
Alex YangandGitHub 7dbc533cb4 fix(expo): window.crypto is undefined (#4620) 2025-09-12 22:32:36 +00:00
Fraol LemechaandGitHub 08fa1f89c3 fix: should infer types correctly when empty list of plugins is provided (#4612) 2025-09-12 18:36:55 +00:00
Alex YangandGitHub ef4509af45 fix: remove use of global.crypto (#4606) 2025-09-12 09:01:09 +00:00
Alex Yang c8c9e932e4 chore: release v1.3.10-beta.3 2025-09-12 00:48:09 -07:00
Alex Yang 22b78cfe72 Revert "feat: support cross-domain cookie (#4482)"
This reverts commit 61b6a87435.
2025-09-12 00:34:01 -07:00
Bereket EngidaandGitHub 7fc23ba8e4 fix(organization): member and team hooks should apply on create organization (#4600) 2025-09-12 04:36:16 +00:00
Alex Yang a2bd1488e6 chore: release v1.3.10-beta.2 2025-09-11 17:59:48 -07:00
b2dfbc96b4 fix(username): sign in should work with post normalization (#4599)
Co-authored-by: Alex Yang <himself65@outlook.com>
2025-09-12 00:49:10 +00:00
Alex YangandGitHub 8df46e6336 fix: pick the first clientId for oauth provider (#4598) 2025-09-12 00:40:07 +00:00
9d31699e21 fix(username): add missing normalization (#3636)
Co-authored-by: Alex Yang <himself65@outlook.com>
2025-09-12 00:11:42 +00:00
Alex YangandGitHub c787370149 test: improve coverage for jwt (#4597) 2025-09-12 00:10:13 +00:00
968048b0c3 fix(anonymous): prevent false positive error on first anonymous sign-in (#3662)
Co-authored-by: Alex Yang <himself65@outlook.com>
2025-09-12 00:08:44 +00:00
Alex YangandGitHub 78250f0593 fix: set clientId in ProviderOptions to unknown by default (#4596) 2025-09-11 23:46:09 +00:00
AzaeKGitHubcubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>Alex Yang
b8bedf2883 fix: respect username validator (#3669)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: Alex Yang <himself65@outlook.com>
2025-09-11 23:30:21 +00:00
Alex YangandGitHub 6093017e6e fix: check endpoint conflicts respect method (#4595) 2025-09-11 23:01:54 +00:00
GabrielandGitHub adbfcd88dd fix: normalize zod imports (#4593) 2025-09-11 21:36:32 +00:00
KinfeMichael TarikuandGitHub 3af988e49b test: reserve URL encoding test in email verification callbacks (#3863) 2025-09-11 21:14:20 +00:00
Felix LyuandGitHub 78424b4e6a fix(lastLoginMethod): inherit cross-subdomain cookie settings in lastLoginMethod plugin (#4572) 2025-09-11 20:46:57 +00:00
Fraol LemechaandGitHub acb28e2b4a fix: make cookie cache respect dontRememberMe mode (#4558) 2025-09-11 20:22:13 +00:00
Joel SolanoandGitHub 784dbb4a9a fix(memory-adapter): should respect where connector (#4549) 2025-09-11 20:10:02 +00:00
b4ad688cc0 fix: return local IP in development mode (#2511)
Co-authored-by: Alex Yang <himself65@outlook.com>
2025-09-11 20:05:56 +00:00
GabrielandGitHub 01365ee033 fix(one-time-token): typo and clean (#4579) 2025-09-11 20:04:00 +00:00
Rikhi SinghandGitHub 1bb1232632 fix(stripe): prevent multiple free trials for same user (#4562) 2025-09-11 18:44:36 +00:00
530767deeb feat(logger): option to disable colors (#4402)
Co-authored-by: Alex Yang <himself65@outlook.com>
2025-09-11 17:16:31 +00:00