Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-10-07 | 2.6 kB | |
v1.3.27 source code.tar.gz | 2025-10-07 | 14.0 MB | |
v1.3.27 source code.zip | 2025-10-07 | 14.6 MB | |
Totals: 3 Items | 28.6 MB | 0 |
🐞 Bug Fixes
- Session update database hook should expect partial session type - by @Bekacru in https://github.com/better-auth/better-auth/issues/5056 (d32d5)
- Deprecate
options.advanced.generateId
type - by @himself65 (4e057) - Api keys should properly check if a request is from client or server - by @Bekacru (29d72)
- Improve username transformation logic - by @ping-maxwell in https://github.com/better-auth/better-auth/issues/5115 (ee653)
- api-key:
- Shouldn't issue api key a mock session by default - by @Bekacru (8211c)
- organization:
- Prevent empty name and slug in create/update - by @kira-1011 in https://github.com/better-auth/better-auth/issues/5100 (ed21e)
- sso:
- OIDC scopes should fallback to provider scopes - by @Bekacru in https://github.com/better-auth/better-auth/issues/5071 (01d44)
- Add deprecated flag to the old
sso
plugin export - by @Bekacru in https://github.com/better-auth/better-auth/issues/5138 (2da12) - stripe:
- Throw error if event failed to be constructed - by @Bekacru in https://github.com/better-auth/better-auth/issues/5088 (6212a)
- telemetry:
- Avoid async import if telemetry disabled, fix for esbuild - by @erquhart in https://github.com/better-auth/better-auth/issues/5086 (a3e57)
- url:
- Handle empty and root path in withPath, prevent double slashes, add tests - by @surafel58 in https://github.com/better-auth/better-auth/issues/5091 (1c466)