ImprovedAI Enhanced
v1.5.0-beta.11
Features
namefield now optional- adapter: Improved
selectsupport - oauth-provider:
- Add
issparameter to authorization responses (RFC 9207) - Configurable rate limiting for OAuth endpoints
- HTTPS enforcement for redirect URIs
- Add
- phone-number: Support
additionalFieldsinsignUpOnVerificationflow
Bug Fixes
- Skip email verification for already-verified users without session
- access: Allow passing statements directly to
newRole - admin: Fixed list type from
never[]toUserWithRole[] - anonymous: Export missing types
- email-otp: Stricter default rate limits for password reset endpoints
- oauth-provider: Honor
prompt=nonefor OIDC - sso & stripe: Restored
better-callpeerDependencies
🚀 Features
- Make
namefield optional - by @bytaesu in https://github.com/better-auth/better-auth/issues/7617 (e0df7) - adapter:
- Improve
selectsupport - by @jslno in https://github.com/better-auth/better-auth/issues/7667 (20d08)
- Improve
- oauth-provider:
- Add iss parameter to authorization responses (RFC 9207) - by @Paola3stefania in https://github.com/better-auth/better-auth/issues/7669 (90a2d)
- Add configurable rate limiting for OAuth endpoints - by @Paola3stefania in https://github.com/better-auth/better-auth/issues/7666 (b2b4a)
- Enforce HTTPS for redirect URIs - by @Paola3stefania in https://github.com/better-auth/better-auth/issues/7670 (2d62a)
- phone-number:
- Support user additionalFields in
signUpOnVerificationflow - by @bytaesu and @himself65 in https://github.com/better-auth/better-auth/issues/7699 (9e1ab)
- Support user additionalFields in
🐞 Bug Fixes
- Skip sending email verification to already verified users without a session - by @bytaesu in https://github.com/better-auth/better-auth/issues/7712 (ef487)
- access: Allow passing statements directly into
newRole- by @jslno in https://github.com/better-auth/better-auth/issues/7687 (230cb) - admin: Change list type from
never[]toUserWithRole[]- by @LovelessCodes in https://github.com/better-auth/better-auth/issues/7701 (b00bc) - anonymous: Export types - by @CalLavicka and @himself65 in https://github.com/better-auth/better-auth/issues/7661 (8630f)
- email-otp: Add stricter default rate limits for password reset endpoints - by @bytaesu in https://github.com/better-auth/better-auth/issues/7658 (9fb4f)
- oauth-provider: Honor prompt=none for OIDC - by @NefixEstrada in https://github.com/better-auth/better-auth/issues/7665 (4fd1a)
- sso: Add
better-callpeerDeps - by @bytaesu in https://github.com/better-auth/better-auth/issues/7676 (bcdcd) - stripe: Restore
better-callpeerDeps - by @bytaesu in https://github.com/better-auth/better-auth/issues/7675 (f5d56)