Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-17 | 6.9 kB | |
v1.3.7 source code.tar.gz | 2025-08-17 | 12.5 MB | |
v1.3.7 source code.zip | 2025-08-17 | 13.0 MB | |
Totals: 3 Items | 25.4 MB | 1 |
🚀 Features
- Add
disableRedirect
tolinkSocial
- by @frectonz in https://github.com/better-auth/better-auth/issues/4014 (ff405) - Add
disableRedirect
tolinkSocial
- by @frectonz in https://github.com/better-auth/better-auth/issues/4014 (00f4f) - admin:
- Add control to prevent admin users from deleting themselves - by @yakupensarsayin in https://github.com/better-auth/better-auth/issues/4008 (7f9a7)
- Add control to prevent admin users from deleting themselves - by @yakupensarsayin in https://github.com/better-auth/better-auth/issues/4008 (3857c)
- cli:
- Resolves tsconfig references for path aliases - by @ericc-ch in https://github.com/better-auth/better-auth/issues/3764 (c5d10)
- Support sveltekit
$
imports in CLI generate cmd - by @Kinfe123 in https://github.com/better-auth/better-auth/issues/4042 (9a6a8) - email-otp:
- Add check verification otp endpoint - by @jasongerbes in https://github.com/better-auth/better-auth/issues/1149 (95f59)
- Add check verification otp endpoint - by @jasongerbes in https://github.com/better-auth/better-auth/issues/1149 (b165c)
- jwt:
- Sign with jwt for artbitrary payload - by @Bekacru in https://github.com/better-auth/better-auth/issues/4041 (efcb6)
- vk:
- Add user name mapping by default - by @Daniel-dev-s and Шевелев Даниил in https://github.com/better-auth/better-auth/issues/3970 (aa037)
- Add user name mapping by default - by @Daniel-dev-s and Шевелев Даниил in https://github.com/better-auth/better-auth/issues/3970 (de8fb)
🐞 Bug Fixes
- Throw proper error if session is null when deleting organization - by @Kinfe123 in https://github.com/better-auth/better-auth/issues/4024 (70fe6)
- Prevent file system access when telemetry is disabled - by @Kinfe123 in https://github.com/better-auth/better-auth/issues/4031 (48a91)
- Memory leak in custom session plugin - by @tehnrd in https://github.com/better-auth/better-auth/issues/4020 (df548)
- Use wider types for database hooks payloads - by @Bekacru (ed57f)
- admin:
- ImpersonatedBy not appearing in client (type fix) - by @atharvadeosthale in https://github.com/better-auth/better-auth/issues/1854 (86e3b)
- ImpersonatedBy not appearing in client (type fix) - by @atharvadeosthale in https://github.com/better-auth/better-auth/issues/1854 (f6480)
- cli:
- Clean up unused
pg
andmysql
import in drizzle schema generator - by @Kinfe123 in https://github.com/better-auth/better-auth/issues/3974 (68f00) - Add FK onDelete cascade and CURRENT_TIMESTAMP defaults on generation - by @Kinfe123 in https://github.com/better-auth/better-auth/issues/3906 (1cbea)
- Add FK onDelete cascade and CURRENT_TIMESTAMP defaults on generation - by @Kinfe123 in https://github.com/better-auth/better-auth/issues/3906 (c5c9b)
- Clean up unused
pg
andmysql
import in drizzle schema generator - by @Kinfe123 in https://github.com/better-auth/better-auth/issues/3974 (19933) - organization:
- Prevent fk constraint violation when creating invitation without teams - by @Kinfe123 in https://github.com/better-auth/better-auth/issues/4035 (47c1f)
- Resend invitation should reuse existing invitation instead of creating duplicate - by @gingeekrishna in https://github.com/better-auth/better-auth/issues/3520 (0c7e8)
- sso:
- [⚠︎Security] - membership check should be required before allowing users to create sso for an organization - by @Bekacru (9c461)
- [⚠︎Security] - membership check should be required before allowing users to create sso for an organization - by @Bekacru (28e33)
- stripe:
- Prevent undefined assignment to optional properties - by @Kinfe123 in https://github.com/better-auth/better-auth/issues/4037 (52512)
- sveltekit:
- Use permissive typing for RequestEvent params - by @n00ki in https://github.com/better-auth/better-auth/issues/3994 (375e9)
- telemetry:
process
referenced on non-nodejs runtime - by @Kinfe123 in https://github.com/better-auth/better-auth/issues/4007 (aa19d)process
referenced on non-nodejs runtime - by @Kinfe123 in https://github.com/better-auth/better-auth/issues/4007 (8023a)