Guilherme Jansen
0d30d7ab98
docs: add better-auth-waitlist to community plugins ( #7889 )
2026-02-11 12:37:39 +00:00
Jonathan Samines
4595d12cfd
feat(scim): add SCIM connection management endpoints ( #7898 )
2026-02-11 12:34:19 +00:00
Alexander Asomba
05d85fea57
docs: update better-auth-paystack name and description ( #7908 )
2026-02-11 12:31:33 +00:00
Jan Hesters
f15d28bc7b
feat(test-utils): add test utilities plugin for integration and E2E testing ( #7746 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
Co-authored-by: Alex Yang <himself65@outlook.com >
2026-02-11 12:29:34 +00:00
Alex Yang
0eec06c5f2
feat: support infer init context ( #7923 )
2026-02-11 11:40:53 +00:00
Alex Yang
5d8cde2eb2
fix: type extends ( #7922 )
2026-02-11 10:08:38 +00:00
Phillip Barta
cb5ff28897
feat(magic-link): add allowedAttempts options ( #5552 )
...
Co-authored-by: Alex Yang <himself65@outlook.com >
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com >
2026-02-11 09:31:35 +00:00
Alex Yang
5bd49694a0
chore: bump better-call ( #7906 )
2026-02-11 09:31:04 +00:00
Paola Estefanía de Campos
68f70b7b14
fix(sso): use POST with body params for provider CRUD endpoints to fix client inference ( #7903 )
2026-02-11 02:49:39 +00:00
Alex Yang
c5803173fe
test: use vitest best practice ( #7888 )
2026-02-10 06:32:03 +00:00
Alex Yang
229c637033
test(email-otp): simplify test assertions and improve error handling ( #7884 )
2026-02-10 03:09:19 +00:00
Joél Solano
d8af796136
chore(electron): add electron to peerDependencies ( #7858 )
2026-02-10 01:51:40 +00:00
Paola Estefanía de Campos
bf2b298324
fix(sso): harden SAML ACS error redirects and add regression test for #7777 ( #7815 )
2026-02-10 01:04:48 +00:00
Joél Solano
3d17eaee3f
chore(electron) add openapi metadata to routes ( #7872 )
2026-02-10 01:04:28 +00:00
Taesu
0a4da9af3e
fix: support all where operators in list filter endpoints ( #7859 )
2026-02-10 00:23:49 +00:00
Taesu
a50d2ba0c9
fix(sso): only call provisionUser for new users ( #7870 )
2026-02-10 00:22:35 +00:00
Taesu
b0a4f6c8e9
feat(email-otp): support name, image and additionalFields in /sign-in/email-otp endpoint ( #7876 )
2026-02-10 00:16:18 +00:00
Taesu
2d30e9c266
feat(i18n): pass GenericEndpointContext to getLocale callback ( #7866 )
2026-02-10 00:10:17 +00:00
Maxwell
3048c99a94
docs: update comparisons page ( #7875 )
2026-02-09 23:58:51 +00:00
Maxwell
b97ba4e5f2
docs: improve community plugins table ( #7874 )
2026-02-09 23:58:46 +00:00
LovelessCodes
fc79753e0f
docs: update TanStack icon ( #7841 )
...
Co-authored-by: Taesu <bytaesu@gmail.com >
2026-02-09 09:39:22 +00:00
Taesu
dfeefc4f58
fix: standardize name field masking as an empty string ( #7794 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
Co-authored-by: Taesu <bytaesu@users.noreply.github.com >
2026-02-09 03:51:45 +00:00
Taesu
e4a0a3e011
fix(oauth): handle refresh_token_expires_in in refreshAccessToken ( #7810 )
2026-02-08 21:30:55 +00:00
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