Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-20 | 5.4 kB | |
v1.2.10 source code.tar.gz | 2025-06-20 | 12.4 MB | |
v1.2.10 source code.zip | 2025-06-20 | 13.3 MB | |
Totals: 3 Items | 25.6 MB | 3 |
🚀 Features
- Allow passing
id
in DB hookcreate
- by @ping-maxwell in https://github.com/better-auth/better-auth/issues/3048 (97141) - Link account with idToken - by @reslear in https://github.com/better-auth/better-auth/issues/1830 (38e42)
- Add Hugging Face provider - by @coyotte508 in https://github.com/better-auth/better-auth/issues/3089 (6304e)
- cli: Allow cli to use custom adapter
createSchema
if implemented - by @taivo in https://github.com/better-auth/better-auth/issues/3006 (552ea) - organization: MaximumMembersPerTeam support - by @ping-maxwell in https://github.com/better-auth/better-auth/issues/2374 (015ba)
🐞 Bug Fixes
- Support "ne" (not equal) filter in Prisma adapter - by @matteovava in https://github.com/better-auth/better-auth/issues/2993 (c91c6)
- Propagate a secondary storage updates on updated user - by @Kinfe123 in https://github.com/better-auth/better-auth/issues/3000 (e27d7)
- Incremental scopes for Microsoft and return all granted scopes for Google - by @jafri in https://github.com/better-auth/better-auth/issues/3013 (2b461)
- Remove active organization when member isn't found - by @Bekacru (4ae34)
- DeleteUser check session freshAge using ms instead of sec - by @etler in https://github.com/better-auth/better-auth/issues/3020 (0df87)
- Always use custom errorURL when available - by @ErikPetersenDev in https://github.com/better-auth/better-auth/issues/2640 (526c9)
- Duplicate oauth registration - by @Bekacru in https://github.com/better-auth/better-auth/issues/3038 (c7f8b)
- Expose-headers override in bearer plugin when setting
set-auth-token
- by @Kinfe123 in https://github.com/better-auth/better-auth/issues/3029 (93d5b) - Delete user should respect freshAge config - by @Bekacru in https://github.com/better-auth/better-auth/issues/3075 (7c728)
- Use correct refresh token endpoint for github - by @artemoire in https://github.com/better-auth/better-auth/issues/3095 (1b0ae)
- OnLinkAccount trigger on phone number verification - by @Kinfe123 in https://github.com/better-auth/better-auth/issues/3007 (88573)
- Expose headers override in jwt plugin - by @Kinfe123 in https://github.com/better-auth/better-auth/issues/3019 (de6b5)
- email-otp: Auto-verify on email otp reset - by @Kinfe123 in https://github.com/better-auth/better-auth/issues/3022 (fd62e)
- email-verification: Improve email verification logic to check session and user email consistency - by @Bekacru in https://github.com/better-auth/better-auth/issues/3042 (482c9)
- expo: Remove duplicated trusted origins - by @Bekacru (9801d)
- get-session: Missing
null
type on /get-session whenthrow:true
is set - by @ping-maxwell in https://github.com/better-auth/better-auth/issues/3026 (47547) - oauth-proxy: Resolve current URL with precedence - by @juliusmarminge in https://github.com/better-auth/better-auth/issues/2998 (aedf7)
- organization: Organization with no members error - by @seanlucakrueger in https://github.com/better-auth/better-auth/issues/2999 (42e4f)
- twitter: Update email verification logic in profile mapping - by @Xirynx in https://github.com/better-auth/better-auth/issues/3005 (6fcce)