| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-17 | 1.2 kB | |
| v1.6.30 source code.tar.gz | 2026-08-17 | 28.9 MB | |
| v1.6.30 source code.zip | 2026-08-17 | 29.9 MB | |
| Totals: 3 Items | 58.8 MB | 0 | |
better-auth
Bug Fixes
- Fixed concurrent cold-start requests from intermittently losing authentication or transaction context due to an async storage initialization race (#10833)
For detailed changes, see CHANGELOG
@better-auth/sso
Bug Fixes
- Fixed automatic organization assignment via email domain to require both a verified provider domain and a verified stored user email, preventing social sign-in from joining an organization whose SSO provider merely claims that domain.
- Fixed domain verification to snapshot the provider's domains at request start, returning
409withSSO_PROVIDER_CHANGEDif the provider changes during DNS resolution so callers can reload and retry.
For detailed changes, see CHANGELOG
Contributors
Thanks to everyone who contributed to this release:
@bytaesu
Full changelog: v1.6.29...v1.6.30