Alex Yang
18b7bbfa2d
chore: release v1.4.0-beta.13
2025-10-22 17:25:55 -07:00
Ephraim Duncan
4b0756b922
feat: add polar oauth provider ( #5506 )
2025-10-22 23:43:51 +00:00
Alex Yang
f73b244cb5
chore: remove an unused option ( #5484 )
2025-10-22 15:20:48 +00:00
Alex Yang
b5f3bad633
feat: add storeStateStrategy ( #5470 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-22 00:37:11 +00:00
Alex Yang
3a3434b403
fix: unused peer dependency ( #5465 )
2025-10-21 18:57:49 +00:00
Alex Yang
b347dfbedd
chore: fix typo ( #5450 )
2025-10-21 08:23:10 +00:00
Dylan Vanmali
5deb80beee
fix: user-agent requirement when fetching from clients ( #5420 )
2025-10-20 20:16:41 +00:00
ocavue
db052d1995
chore: use TypeScript project references ( #5423 )
2025-10-20 16:12:36 +00:00
Iha Shin (신의하)
38aa480a7b
fix(core): correctly set typesVersions paths ( #5427 )
2025-10-20 15:56:56 +00:00
Bereket Engida
6ba15d5657
chore: refactor origin check middleware ( #5411 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-19 05:13:44 +00:00
Alex Yang
bc2a4d3da2
chore: release v1.4.0-beta.12
2025-10-18 19:03:40 -07:00
Alex Yang
7d156a0b4f
chore: remove process.platform check ( #5395 )
2025-10-17 23:34:24 +00:00
Taesu
f547d299a9
fix: add optional chaining for process.platform ( #5390 )
2025-10-17 19:36:56 +00:00
Bereket Engida
de333629fb
chore: update example link
2025-10-17 08:43:31 -07:00
Alex Yang
4b5f637bf0
fix(organization): typecheck node exceeds the maximum length ( #5372 )
...
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-10-17 03:08:55 +00:00
Alex Yang
89475422ba
fix: correct type HookEndpointContext and InternalContext ( #5359 )
2025-10-16 19:27:59 +00:00
Alex Yang
6e179cf6e6
chore: release v1.4.0-beta.11
2025-10-15 17:23:39 -07:00
Alex Yang
f864b04283
refactor: share generic context during api endpoint ( #5290 )
2025-10-15 16:56:17 +00:00
Alex Yang
af03d5fc69
fix(username): compacity with exactOptionalPropertyTypes ( #5313 )
2025-10-15 00:11:08 +00:00
Alex Yang
a97b84e963
chore: add the missing dev script in package.json ( #5288 )
2025-10-14 00:05:52 +00:00
Alex Yang
4c509ac272
refactor: move context api to core ( #5285 )
2025-10-13 23:07:18 +00:00
KinfeMichael Tariku
f27231cf8d
fix: type compatibility with exactOptionalPropertyTypes ( #5236 )
...
Co-authored-by: Alex Yang <himself65@outlook.com >
2025-10-13 21:36:38 +00:00
Alex Yang
cfdc8c3693
chore: release v1.4.0-beta.10
2025-10-13 10:45:03 -07:00
Alex Yang
fe01f5ef11
chore: use tsdown as bundler ( #5249 )
2025-10-13 17:35:33 +00:00
Alex Yang
00706f30fb
chore: use type: module by default ( #5260 )
2025-10-13 00:05:01 +00:00
Alex Yang
0717e5de80
fix: import node:async_hooks directly ( #5198 )
2025-10-10 00:35:11 +00:00
Alex Yang
3be6c8137f
chore: release v1.4.0-beta.9
2025-10-09 15:23:46 -07:00
Alex Yang
6f282eb4ef
chore: use type from core ( #5196 )
2025-10-09 20:30:41 +00:00
Alex Yang
9a1bcb3339
refactor: move client plugin types to core ( #5184 )
2025-10-09 07:51:32 +00:00
Alex Yang
59653925b8
refactor: move BetterAuthOptions, BetterAuthPlugin, AuthContext types to core ( #5176 )
2025-10-09 07:05:20 +00:00
Alex Yang
b896e83631
refactor: move social-providers to core ( #5153 )
2025-10-07 20:37:46 +00:00
Alex Yang
5c8a7eb79b
chore: release v1.4.0-beta.8
2025-10-06 19:38:28 -07:00
Alex Yang
2a3f870a6a
refactor: move oauth2 to core ( #5135 )
2025-10-07 02:22:29 +00:00
Alex Yang
2a5b5b0cc0
refactor: move oauth2 type to core ( #5133 )
2025-10-06 23:31:58 +00:00
Alex Yang
5c4c63bed7
refactor: move SecondaryStorage type to core ( #5132 )
2025-10-06 22:16:20 +00:00
Alex Yang
6337cb8fc7
refactor: move env related to core ( #5130 )
2025-10-06 21:47:59 +00:00
Alex Yang
9703e3f2aa
refactor: move RateLimit to core ( #5129 )
2025-10-06 20:00:53 +00:00
Alex Yang
9b89af97af
chore: release v1.4.0-beta.7
2025-10-06 08:24:49 -07:00
Alex Yang
935c9be751
refactor: move DBAdapterDebugLogOption to core ( #5106 )
2025-10-05 17:31:19 -07:00
Alex Yang
a0836ba434
refactor: move BetterAuthPluginDBSchema to core ( #5092 )
2025-10-04 22:04:02 -07:00
Alex Yang
d3ff4da4f6
refactor: move BetterAuthAdvancedOptions to core
...
This moves the `BetterAuthAdvancedOptions` type and related interfaces
to the core package, making them available for plugins and other packages
to extend functionality.
2025-10-02 16:57:56 -07:00
Alex Yang
affe7722c9
refactor: move verification schema to core
2025-10-02 12:13:44 -07:00
Alex Yang
132219b61c
refactor: move session schema to core
2025-10-02 12:13:44 -07:00
Alex Yang
01d14d7228
refactor: move account schema to core
2025-10-02 12:13:44 -07:00
Alex Yang
a6c000d428
refactor: move user schema to core
2025-10-02 12:13:44 -07:00
Alex Yang
a53664e5ed
chore: fix nextjs warnings ( #5010 )
2025-09-30 18:16:45 -07:00
Alex Yang
f932a28b66
refactor: move async_hooks to core ( #5008 )
2025-09-30 17:28:41 -07:00
Alex Yang
6888fc5bd1
chore: release v1.4.0-beta.6
2025-09-30 10:54:59 -07:00
Alex Yang
30fa5fc0d2
refactor: move db schema to core ( #4918 )
2025-09-26 08:11:10 +00:00
Alex Yang
2b0013e38c
chore: release v1.4.0-beta.5
2025-09-25 16:43:40 -07:00