Bereket Engida
e1884a0a53
feat(admin): add plugin UI system with admin dashboard
...
Introduces a core UI layer that lets plugins render HTML pages via
auth.ui.handler. Includes a design system (OKLCH tokens, Geist fonts),
a thin client runtime (navigation, form actions, query params), and
Radix-style vanilla primitives (Dialog, Dropdown, Tabs, Accordion,
Popover, Tooltip, Switch, Select, Checkbox, OTP, Password toggle, Toast).
The admin plugin uses the framework to serve a dashboard with stats,
user graph, world map, insights panel, and a user management page
with search, pagination, and CRUD actions.
Made-with: Cursor
2026-04-08 11:47:05 -07:00
better-release[bot]
d666a03372
chore: exit pre-release mode for v1.6.0
2026-04-06 14:41:56 +00:00
Gustavo Valverde and GitHub
29d197e688
chore: sync main to next ( #8976 )
...
chore: sync main to next
2026-04-06 15:31:29 +01:00
Taesu and GitHub
475d512376
chore: revert better-call v2 migration, downgrade to v1.3.5 ( #8973 )
2026-04-05 23:18:54 +00:00
better-auth-releases[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
73beda26f9
chore: version packages (beta) ( #8945 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-04 15:52:24 +00:00
5970053e6a
docs: improve descriptions for appName, trustedOrigins, useSecureCookies ( #8935 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-03 18:31:00 +00:00
Gustavo Valverde and GitHub
77ead28455
chore: reset package versions to 1.5.6 ( #8930 )
2026-04-03 10:57:28 +00:00
Gustavo Valverde and GitHub
e80cc38b0d
fix: turbo caching, enforce lockfile integrity, expand pre-commit hooks ( #8892 )
2026-04-02 07:35:24 +00:00
Gustavo Valverde and GitHub
04e91d1643
perf(build): reduce published package sizes ( #8884 )
2026-04-01 15:55:03 +00:00
31d5e88b88
fix(instrumentation): don't mark redirect APIErrors as span errors ( #8850 )
...
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com >
2026-04-01 22:49:49 +10:00
Jonathan Samines and GitHub
cd01a42e60
feat: expose plugin version ( #8750 )
2026-03-31 16:08:21 +00:00
Ruban S and GitHub
75133eb478
chore: remove duplicate export for linkedin ( #8859 )
2026-03-31 12:54:46 +00:00
Jonathan Samines and GitHub
a1b0fdcd70
feat(db): add case insensitive queries support ( #8556 )
2026-03-23 13:09:29 -07:00
Bereket Engida
841410031a
chore: release v1.5.7-beta.1
2026-03-22 21:09:52 -07:00
Bereket Engida
c527d4e4cc
chore: release v1.5.1-beta.4
2026-03-22 21:04:04 -07:00
1486fafb77
chore(deps): bump kysely from 0.28.12 to 0.28.14 ( #8718 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 21:43:42 +00:00
ab158b1e8c
chore(deps): bump kysely from 0.28.11 to 0.28.12 ( #8700 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 00:08:17 +00:00
Taesu and GitHub
0556575457
fix(core): prioritize generateId "uuid" over adapter customIdGenerator ( #8679 )
2026-03-18 20:32:57 +00:00
6061bed1f8
feat(social-provider): add wechat social provider ( #5189 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Alex Yang <himself65@outlook.com >
2026-03-11 18:07:06 +00:00
Gautam Manchandani and GitHub
f46a65a25b
fix(oauth-provider): avoid fetch redirect CORS after login ( #8519 )
2026-03-09 22:50:27 +00:00
Joél Solano and GitHub
bfbb853a9d
chore: replace deprecated build configs ( #8498 )
2026-03-09 18:09:28 +00:00
Alex Yang and GitHub
721ef3d678
chore: add method type constraints and ensure method is set ( #8466 )
2026-03-07 00:02:06 +00:00
Lakshya Thakur and GitHub
e36ba645a0
chore: use const tokenEndpoint declarations in social providers ( #5820 )
2026-03-04 08:44:24 +00:00
e42ead5802
feat(core): add experimental opentelemetry instrumentation ( #8027 )
...
Co-authored-by: Taesu <166604494+bytaesu@users.noreply.github.com >
2026-03-03 12:48:26 -08:00
Alex Yang and GitHub
29b7567c2b
chore: use better-call v2 ( #8021 )
2026-03-03 04:09:25 +00:00
Alex Yang
ab6b14cb19
chore: release v1.5.1-beta.3
2026-03-03 12:14:56 +09:00
Alex Yang
3ee808a48c
chore: release v1.5.1-beta.2
2026-03-03 06:49:28 +09:00
Alex Yang
425c6abf6e
chore: release v1.5.1-beta.1
2026-03-02 02:05:39 +09:00
Alex Yang and GitHub
0db2da5057
fix(core): revive date strings in safeJSONParse for pre-parsed objects ( #8248 )
2026-03-01 12:42:41 +00:00
Alex Yang and GitHub
d341824a96
fix(db): support verification operations with secondary storage ( #8247 )
2026-03-01 12:40:02 +00:00
John Zila and GitHub
07b839088a
feat: support non-destructive key rotation for BETTER_AUTH_SECRET ( #7738 )
2026-02-28 15:36:52 -08:00
Maxwell and GitHub
e2e560c97f
fix: session listing endpoints returning empty arrays when >100 inactive sessions exist ( #7166 )
2026-02-28 15:33:57 -08:00
nphlp and GitHub
c9f6ea9cf3
fix: prevent email enumeration on /change-email, add customSyntheticUser ( #8097 )
2026-02-28 13:59:12 -08:00
Taesu and GitHub
37608ec643
feat: add built-in support for D1Database ( #7519 )
2026-02-28 10:14:52 +09:00
Alex Yang
2fd1ef38e7
chore: release v1.5.0-beta.20
2026-02-28 02:20:43 +09:00
Alex Yang and GitHub
8048a1d367
chore: upgrade dependencies ( #8183 )
2026-02-27 08:11:46 +00:00
c45edd6b38
fix(client): broadcast session updates to other tabs on sign-out and user update ( #8177 )
...
Co-authored-by: Abhinav-kodes <183825080+Abhinav-kodes@users.noreply.github.com >
2026-02-27 03:46:27 +00:00
Bereket Engida
554f0ef7e1
chore: release v1.5.0-beta.19
2026-02-25 16:21:37 -08:00
66446bf418
chore: align package.json fields and add missing README.md files ( #8131 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-24 20:58:06 +00:00
Alex Yang
714e5433a3
chore: release v1.5.0-beta.18
2026-02-24 01:36:14 +08:00
Alex Yang
0ce6c7ed7a
chore: release v1.5.0-beta.17
2026-02-23 22:29:34 +08:00
Taesu and GitHub
3ec7d41a91
feat: limit enumeration on sign-up when email verification is required ( #8091 )
2026-02-21 15:51:08 -08:00
Paola Estefanía de Campos and GitHub
197792318f
feat(auth): support dynamic baseURL with allowedHosts ( #8009 )
2026-02-20 19:58:29 +00:00
e5683a7a64
chore: bump all packages to v1.5.0-beta.16 ( #8037 )
...
Co-authored-by: Ghost <ghost@better-github.app >
2026-02-18 00:49:17 -08:00
07d216dc29
feat: support accepting callback for trusted providers function ( #7904 )
...
Co-authored-by: Paola Estefanía de Campos <84341268+Paola3stefania@users.noreply.github.com >
2026-02-17 23:24:59 -08:00
Paola Estefanía de Campos and GitHub
bcf76b8b74
fix: add error handling for id token verification in Apple and Google providers ( #8011 )
2026-02-16 16:29:54 -08:00
Bereket Engida
fae56a1b5c
chore: release v1.5.0-beta.15
2026-02-16 15:23:33 -08:00
Bereket Engida
a8686cf552
chore: release v1.5.0-beta.14
2026-02-16 13:40:28 -08:00
Carlos Eduardo Medim and GitHub
cc65d9085e
feat(providers): add Railway OAuth provider ( #7730 )
2026-02-16 12:49:02 -08:00
dce7bf1c00
fix(core): exclude tsconfig.json from published package ( #7967 )
...
Co-authored-by: Gautam Manchandani <gautammanch@Gautams-MacBook-Air.local >
2026-02-16 05:59:57 +00:00