Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
better-auth@1.3.4 source code.tar.gz | 2025-07-26 | 13.2 MB | |
better-auth@1.3.4 source code.zip | 2025-07-26 | 14.1 MB | |
README.md | 2025-07-26 | 792 Bytes | |
Totals: 3 Items | 27.3 MB | 0 |
Patch Changes
-
2bd2fa9: Added support for listing organization members with pagination, sorting, and filtering, and improved client inference for additional organization fields. Also fixed date handling in rate limits and tokens, improved Notion OAuth user extraction, and ensured session is always set in context.
Organization
- Added listMembers API with pagination, sorting, and filtering.
- Added membersLimit param to getFullOrganization.
- Improved client inference for additional fields in organization schemas.
- Bug Fixes
- Fixed date handling by casting DB values to Date objects before using date methods.
- Fixed Notion OAuth to extract user info correctly.
- Ensured session is set in context when reading from cookie cach