Improved
v1.5.0-beta.10
🚀 Features
- I18n plugin - by @himself65 in https://github.com/better-auth/better-auth/issues/7428 (30c27)
- Add
setShouldSkipSessionRefresh- by @himself65 in https://github.com/better-auth/better-auth/issues/7625 (ac81f) - Add
disableImplicitLinkingto accountLinking - by @Paola3stefania and @himself65 in https://github.com/better-auth/better-auth/issues/7270 (f11cd) - Mark
/forget-password/email-otpas deprecation - by @bytaesu in https://github.com/better-auth/better-auth/issues/7645 (97e6d) - Remove deprecated API - by @himself65 in https://github.com/better-auth/better-auth/issues/7623 (12517)
- db:
- Add verification identifier storage options - by @Paola3stefania in https://github.com/better-auth/better-auth/issues/7209 (0e8cd)
- device-authorization:
- Add user id checks - by @himself65 in https://github.com/better-auth/better-auth/issues/7632 (70e71)
- i18n:
- Type inference for error codes - by @himself65 in https://github.com/better-auth/better-auth/issues/7639 (b500a)
- one-tap:
- Add button mode for Google sign-in - by @himself65 and Alex Yang in https://github.com/better-auth/better-auth/issues/7482 (9dfbe)
- session:
- Add
deferSessionRefreshoption to support read-replica setups - by @Paola3stefania, Alexander Asomba, Bereket Engida and @himself65 in https://github.com/better-auth/better-auth/issues/6871 (36f55)
- Add
- sso:
- Support multi-domain providers - by @Paola3stefania in https://github.com/better-auth/better-auth/issues/7541 (75ee9)
- Add provider list and detail endpoints - by @Paola3stefania and @himself65 in https://github.com/better-auth/better-auth/issues/6967 (4f5c7)
- Add support for signed SAML AuthnRequests - by @Paola3stefania in https://github.com/better-auth/better-auth/issues/7562 (426f0)
🐞 Bug Fixes
- Centralize cookie parsing and handle Expires dates correctly - by @bytaesu, @cursoragent, taesu and @himself65 in https://github.com/better-auth/better-auth/issues/7556 (72069)
- Refresh
account_datacookie when session is refreshed - by @bytaesu and @himself65 in https://github.com/better-auth/better-auth/issues/7576 (96a7e) - Log error when misconfigured - by @himself65 in https://github.com/better-auth/better-auth/issues/7584 (10690)
- Remove duplicate secondary storage writes from setSessionCookie - by @bytaesu in https://github.com/better-auth/better-auth/issues/7592 (b2939)
- Set default logger level to "warn" - by @bytaesu, @cursoragent and taesu in https://github.com/better-auth/better-auth/issues/7597 (ba366)
- Respect the explicitly set option - by @bytaesu in https://github.com/better-auth/better-auth/issues/7593
🏎 Performance
- Fix infinite typecheck - by @himself65 in https://github.com/better-auth/better-auth/issues/7563 (2ff99)