| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-19 | 5.0 kB | |
| v1.5.6 source code.tar.gz | 2026-03-19 | 28.0 MB | |
| v1.5.6 source code.zip | 2026-03-19 | 28.9 MB | |
| Totals: 3 Items | 56.9 MB | 0 | |
🚀 Features
- Agent auth plugin - by @Bekacru in https://github.com/better-auth/better-auth/issues/8696 (a0b53)
- email-otp: Add
resendStrategyoption to reuse existing OTP - by @bytaesu in https://github.com/better-auth/better-auth/issues/8560 (98c8e) - magic-link: Add request metadata to sendMagicLink - by @mrgrauel in https://github.com/better-auth/better-auth/issues/8571 (cb240)
- mongo-adapter: Store UUIDs as native BSON UUID - by @bytaesu in https://github.com/better-auth/better-auth/issues/8681 (d1bff)
- oauth-provider: Public client prelogin endpoint - by @dvanmali in https://github.com/better-auth/better-auth/issues/8214 (a0eb1)
- organization: Explicit
organizationIdin team endpoints - by @xiaoyu2er and @himself65 in https://github.com/better-auth/better-auth/issues/5062 (8f470) - social-provider: Add wechat social provider - by @Eric-Song-Nop, Claude and @himself65 in https://github.com/better-auth/better-auth/issues/5189 (c4402)
- stripe: Allow customizable
prorationBehaviorper plan - by @bytaesu in https://github.com/better-auth/better-auth/issues/8525 (98cea) - test-utils: Export adapter test suites from
@better-auth/test-utils/adapter- by @bytaesu in https://github.com/better-auth/better-auth/issues/8564 (6be0f) - two-factor: Add
twoFactorPagein config - by @wuzgood98 in https://github.com/better-auth/better-auth/issues/5329 (4f41b)
🐞 Bug Fixes
- Handle
skipOriginCheckarray - by @jslno in https://github.com/better-auth/better-auth/issues/8582 (331c4) - api:
- Return Response for HTTP request contexts - by @gustavovalverde in https://github.com/better-auth/better-auth/issues/7521 (9e3e8)
- core:
- Prioritize generateId "uuid" over adapter customIdGenerator - by @bytaesu in https://github.com/better-auth/better-auth/issues/8679 (fc0bc)
- docs:
- Improve AI chat security and cleanup - by @himself65 in https://github.com/better-auth/better-auth/issues/8597 (5c0c8)
- Add missing Encore icon to sidebar icons - by @himself65 in https://github.com/better-auth/better-auth/issues/8663 (cd5b8)
- electron:
- Handle safeStorage encryption failures gracefully - by @jslno in https://github.com/better-auth/better-auth/issues/8530 (04766)
- oauth-provider:
- Support prompt=none - by @dvanmali in https://github.com/better-auth/better-auth/issues/8554 (812fd)
- Improve allowed paths for oauth_query for client plugin - by @dvanmali in https://github.com/better-auth/better-auth/issues/8320 (ccded)
- organization:
- Filter null organizations in listUserInvitations - by @raihanbrillmark and Raihan Sharif in https://github.com/better-auth/better-auth/issues/8694 (a62cb)
- stripe:
- Replace
{CHECKOUT_SESSION_ID}placeholder in success callbackURL - by @bytaesu in https://github.com/better-auth/better-auth/issues/8568 (32704) - Improve organization customer search by adding customerType check - by @bytaesu in https://github.com/better-auth/better-auth/issues/8609 (74ec7)