Taesu and GitHub
c92a1ca27b
chore: upgrade next to 16.3 ( #10787 )
2026-08-13 18:06:00 +00:00
Toms Sokolovs and GitHub
d9b3e3d17b
docs: add Mailtrap as an email provider example ( #10765 )
2026-08-12 18:34:56 +00:00
Hussein Ahmad and GitHub
c8e047a10a
docs: add better-auth-azure-cosmos to community adapters ( #10768 )
2026-08-12 18:30:20 +00:00
Taesu and GitHub
c35c41ef2a
docs: rewrite Hono integration guide ( #10763 )
2026-08-12 18:25:44 +00:00
999acbd41d
Merge commit from fork
...
* fix(sso): bind domain verification to provider state
Complete domain verification with an atomic guarded transition keyed by the provider row, exact domain snapshot, and unverified state. Concurrent provider mutations now return a retryable conflict instead of applying stale DNS proof.
Document the conflict behavior and cover provider mutation, replacement, deletion, simultaneous verification, memory-adapter, and downstream trust cases.
* fix(sso): allow domain verification when the stored bit is null
* test(sso): assert the resolved DNS hostname outside the mock callback
* fix(sso): require verified domains for organization assignment
Use verified persisted provider domains and canonical verified user emails for domain-derived routing and organization membership. Keep explicit organization-bound SSO provisioning separate from domain trust.
* fix(sso): scope domain verification to organization assignment
* fix(sso): keep verified provider lookup internal
---------
Co-authored-by: Gustavo Valverde <g.valverde02@gmail.com >
2026-08-11 13:50:45 -04:00
Taesu and GitHub
b8077b74ef
fix(cli): align packages with running CLI version ( #10743 )
2026-08-10 16:47:54 +00:00
8a3fa826e1
docs: make AI chat failures recoverable ( #10737 )
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-08-10 15:11:39 +00:00
95e248eb88
chore(deps): bump mermaid from 11.15.0 to 11.16.1 ( #10715 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-07 12:30:18 +00:00
Taesu and GitHub
d68fec0c9e
chore: bump postcss ( #10683 )
2026-08-04 21:49:53 +00:00
Taesu and GitHub
1e7f8754c4
docs: update TanStack logo ( #10678 )
2026-08-05 06:23:23 +09:00
0b075395c5
docs: add SuperSend TX as an email provider example ( #10661 )
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-08-04 21:06:48 +09:00
Emmanuel Lucius and GitHub
114214a76a
docs: fix 2FA description in client plugin setup ( #10659 )
2026-08-04 16:45:41 +09:00
4533e2aeea
docs: centralize GHA reporting over email ( #10663 )
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-08-04 06:56:14 +00:00
Emmanuel Lucius and GitHub
de5acf171f
docs: fix grammar and wording in concepts/plugins.mdx ( #10500 )
2026-07-28 16:38:14 +09:00
Olivier Allard and GitHub
17cf2b94a4
docs: simplify waitUntil import for Cloudflare Workers ( #10536 )
2026-07-28 16:36:49 +09:00
bjorntechTobbe and GitHub
bf916755ff
docs: add BjornTech DynamoDB community adapter ( #10544 )
2026-07-28 16:21:55 +09:00
Oliver Cordingley and GitHub
b4156672fb
docs: update stripe api version number ( #10529 )
2026-07-26 10:21:03 +09:00
bcf7925043
chore(deps): bump postcss from 8.5.14 to 8.5.22 ( #10524 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taesu <bytaesu@gmail.com >
2026-07-25 07:58:24 +00:00
9b08f4600e
docs: fix awkward wording in comparison.mdx ( #10517 )
...
Co-authored-by: Taesu <166604494+bytaesu@users.noreply.github.com >
2026-07-25 06:25:34 +09:00
Emmanuel Lucius and GitHub
0268d2bf61
docs: fix wrong import path in facebook.mdx ( #10518 )
2026-07-25 06:15:26 +09:00
0xHouss and GitHub
0dbfd04e4d
docs: fix description metadata in comparison.mdx ( #10519 )
2026-07-25 06:14:26 +09:00
dac701c94b
chore(deps): bump next from 16.2.6 to 16.2.11 ( #10493 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-23 13:14:48 +00:00
Emmanuel Lucius and GitHub
b70cacbe47
docs: remove duplicated sentence in database.mdx ( #10489 )
2026-07-23 06:27:04 +09:00
Emmanuel Lucius and GitHub
1abe76285b
docs: fix variable shadowing in api.mdx code example ( #10488 )
2026-07-23 05:47:09 +09:00
Taesu and GitHub
9aee63e4a0
docs: add glass table of contents to blog ( #10485 )
2026-07-23 05:34:36 +09:00
Taesu and GitHub
c68b281ec1
docs: add july 2026 security update blog for Auth.js ( #10469 )
2026-07-23 05:20:55 +09:00
c020a9d6a2
fix(sso): redirect idp initiated saml flows in split origin deployments ( #10388 )
...
Co-authored-by: Gustavo Valverde <g.valverde02@gmail.com >
2026-07-22 06:14:46 -04:00
Taesu and GitHub
f6ee9e97f5
docs(blog): add theme-aware cover images ( #10470 )
2026-07-22 05:07:13 +09:00
Taesu and GitHub
9a16103863
docs: remove careers page ( #10468 )
2026-07-22 05:06:51 +09:00
Taesu and GitHub
0b571ff328
docs: add email provider section ( #10459 )
2026-07-21 03:35:09 +09:00
Gustavo Valverde and GitHub
a5f7c05924
docs(oauth): clarify provider field ownership ( #10432 )
2026-07-16 21:03:13 +01:00
Taesu and GitHub
6fe5156ce4
docs: remove "what's next" section from 1.7 rc blog ( #10389 )
2026-07-14 16:19:20 +09:00
fa8deed833
docs: migrate AI chat from OpenRouter to Vercel AI Gateway ( #10384 )
...
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-07-13 14:28:42 -07:00
c4d1ddaa95
feat: add ctx to verifyIdToken ( #10376 )
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-12 18:01:00 +00:00
c178eeec5b
docs: warn that community plugins are not official or verified ( #10375 )
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-12 16:35:41 +00:00
shivam and GitHub
4dfb23bf69
docs: add better-auth-referral to community plugin ( #10374 )
2026-07-12 16:27:23 +00:00
Maxwell and GitHub
097eecdd16
fix(cli): disambiguate Drizzle relations with relationName ( #10352 )
2026-07-12 01:54:16 +00:00
Jiasheng and GitHub
6f20f44482
docs: update ZenStack plugin url to the update-to-date ZenStack repo ( #10365 )
2026-07-11 22:42:16 +09:00
JackFan and GitHub
3526caeb49
docs: fix incorrect option name and reverse proxy example in cookies page ( #10355 )
2026-07-10 12:27:19 -07:00
Joel Chigumba and GitHub
87ac829bf4
docs: add DynamoDB to community adapters ( #10361 )
2026-07-10 12:22:56 -07:00
Maxwell and GitHub
f23ce5012e
feat(last-login-method): beforeStoreCookie option for GDPR compliance ( #5753 )
2026-07-10 01:02:04 +00:00
d6e3858d85
docs: add instagram, zoho, snapchat provider packages to community plugins ( #10325 )
...
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com >
Co-authored-by: ping-maxwell <maxwell.multinite@gmail.com >
2026-07-09 01:12:41 +00:00
3bf0e4981e
fix(organization): pass endpoint context to organization delete hooks ( #10190 )
...
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com >
2026-07-08 22:43:03 +00:00
b30db3ffe5
docs: add better-inbox to community plugins ( #10341 )
...
Co-authored-by: ping-maxwell <maxwell.multinite@gmail.com >
2026-07-08 21:09:19 +00:00
fd6b8c13bb
docs: fix auth0 migration guide for v5 ( #10273 )
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
Co-authored-by: Maxwell <ping-maxwell@users.noreply.github.com >
2026-07-07 19:39:36 +00:00
Bereket Engida
0b964a3e3c
docs: Better Auth is joining Vercel announcement
2026-07-07 08:31:44 -07:00
rond and GitHub
8954563112
docs: correct filename for svelte client snippet ( #10284 )
2026-07-05 01:28:09 -07:00
Gustavo Valverde and GitHub
7f510cef53
docs: fix migration errors in the 1.7 upgrade guide and RC blog ( #10292 )
2026-07-02 14:23:27 +01:00
Taesu and GitHub
a76be5029d
docs: consolidate the 1.7 RC blog ( #10280 )
2026-06-29 23:36:46 -04:00
David Stack and GitHub
7d99ee7882
docs: add nuxt module and remove NuxSaaS 404 ( #10279 )
2026-06-29 23:36:23 -04:00