Commit Graph

6584 Commits

Author SHA1 Message Date
Taesu
3566e7eea7 docs: add idToken Google Sign-in example to Expo integration (#7838) 2026-02-08 11:31:24 +00:00
Dylan Vanmali
34fe5f98c4 feat(oauth-provider): export oAuthState for config use (#7843) 2026-02-07 19:16:19 +00:00
Alex Yang
4163102121 chore: release v1.5.0-beta.13 v1.5.0-beta.13 2026-02-07 09:36:29 -08: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
Alex Yang
dd6dc4601f chore: release v1.5.0-beta.12 v1.5.0-beta.12 2026-02-06 17:25:17 -08:00
Joél Solano
3149b40ecb chore(electron): construct channel prefix consistently (#7833) 2026-02-07 00:23:07 +00:00
Alex Yang
3b2b9834c5 fix(cli): add .env.local to dotenv (#7831) 2026-02-07 00:14:55 +00:00
Laurin
a2b64cd990 fix(expo): avoid a leading “; ” when constructing the first cookie (#7821) 2026-02-06 07:35:18 -08:00
Paola Estefanía de Campos
01faefc2ce fix(sso): validate aud claim in OpenID Connect ID tokens (#7816) 2026-02-06 00:17:05 +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
Niels
c0d6787cc2 fix(sso): correct IdentityProvider configuration in signInSSO (#7708)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 22:39:28 +00:00
Taesu
72fbffa0ce chore: add regression test instruction for Claude (#7809) 2026-02-05 20:55:38 +00:00
Jonathan Samines
5a8e1c0a0f chore(scim): fix empty IN queries in user list endpoint (#7808) 2026-02-05 18:49:56 +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
Rob Bayliss
6516ba100c fix(sso): fix broken relay state redirect on SAML ACS route (#7781) 2026-02-04 22:53:42 +00:00
Taesu
4fe3731847 fix: correct error redirect URL construction (#7799) 2026-02-04 22:51:53 +00:00
dependabot[bot]
b6fbe93a95 chore(deps): bump @modelcontextprotocol/sdk from 1.25.3 to 1.26.0 (#7797)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Yang <himself65@outlook.com>
2026-02-04 22:35:49 +00:00
Taesu
59a189b8a8 fix(passkey): compute expirationTime per-request instead of at init (#7731) 2026-02-04 22:17:07 +00:00
Dylan Vanmali
ed68d3d3c9 feat: awaitable social provider config (#4829) 2026-02-04 21:56:28 +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
Shobhit Patra
001fe7f3f6 feat(email-otp): add rateLimit configuration option (#4005)
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-02-04 20:02:08 +00:00
Taesu
755852ae87 fix(microsoft): add verifyIdToken support for Microsoft Entra ID provider (#7795) 2026-02-04 16:38:22 +00:00
Taesu
ef26e179a6 fix(db): skip 'adapter.delete' in deleteWithHooks when entity not found (#7792) 2026-02-04 16:24:22 +00:00
Taesu
d1b8251874 fix(passkey): use deleteVerificationByIdentifier for secondary-storage cleanup (#7790) 2026-02-04 15:07:48 +00:00
Alex Yang
9f40c35ee4 fix(generic-oauth): emit duplicate id warning (#7779) 2026-02-03 23:35:45 +00:00
Alex Yang
ac35b2694f chore: bump deps (#7775) 2026-02-03 22:11:41 +00:00
sakamoto-wk
7db4e60952 fix(adapter): use getCurrentAdapter for user lookup to avoid transaction deadlock (#7758) 2026-02-03 22:07:18 +00:00
Ryan Cavanaugh
1301a7355c chore: remove deprecated downlevelIteration option (#7780) 2026-02-03 21:00:53 +00:00
Taesu
bb45c2dc14 fix: improve Headers detection with instanceof check and cross-realm fallback (#7651) 2026-02-03 20:44:36 +00:00
Taesu
3308ecef65 fix(organization): prevent deletion of roles assigned to members (#7736) 2026-02-03 17:34:34 +00:00
Taesu
ecbd1e0b2a fix(expo): construct the new Request to avoid immutable headers error on Cloudflare Workers (#7774) 2026-02-03 17:27:25 +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
Taesu
e439dfe33b chore(cli): move better-sqlite3 to devDeps (#7771) 2026-02-03 08:30:41 +00:00
Muzzaiyyan Hussain
a605e70f4e fix(sso): allow custom organization roles in provisioning types (#7722) 2026-02-02 18:51:11 +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
8ca2de4056 fix(nextjs): detect RSC context to prevent unnecessary session refresh (#7763) 2026-02-02 18:04:36 +00:00
Andrey Onischenko
92c63ab85e chore: correct environment variable name in baseURL warning (#7749)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 01:52:37 +00:00
Taesu
fe92103d47 fix(stripe): clarify error when authorizeReference is missing (#7741) 2026-02-01 09:15:14 +00:00
Taesu
e6740d96e2 chore: bump better-call (#7740) 2026-02-01 05:59:09 +00:00
Maxwell
ace5ac7560 fix(api-key): error details not passed to response (#7692)
Co-authored-by: Alex Yang <himself65@outlook.com>
2026-01-31 17:52:26 -08:00
Scott
be4e7ee67c fix(email-otp): typo in OpenAPI response metadata (#7737)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 01:17:57 +00:00
Taesu
86da990076 docs: add quick start section to TanStack Start integration (#7729) 2026-02-01 01:10:23 +00:00
Alex Yang
f82960b984 chore: release v1.5.0-beta.11 v1.5.0-beta.11 2026-01-30 16:44:59 -08:00
Taesu
ef48756d17 fix: skip sending email verification to already verified users without a session (#7712) 2026-01-30 23:44:19 +00:00
Alex Yang
8d2a4f46c9 chore: move generic type into db schema (#7711) 2026-01-30 22:03:37 +00:00
LovelessCodes
b00bc2fd16 fix(admin): change list type from never[] to UserWithRole[] (#7701) 2026-01-30 16:48:52 +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
Paola Estefanía de Campos
2d62ac0c9a feat(oauth-provider): enforce HTTPS for redirect URIs (#7670) 2026-01-30 06:27:40 +00:00