feat: add better authentication features and organization management

- Introduced new database migration for enhanced user and organization management.
- Updated package dependencies to include new Better Auth modules for API keys, Expo, and i18n.
- Implemented SMS functionality for phone verification and password resets.
- Enhanced authentication plugins with username and phone number support.
- Added performance configuration options for session cookie caching and API key updates.
- Updated email templates to include organization invitation messages.
- Improved testing coverage for new features and configurations.
This commit is contained in:
2026-06-10 19:39:15 -07:00
parent e28267fa4e
commit e3057928a2
21 changed files with 2200 additions and 36 deletions

View File

@@ -6,7 +6,7 @@ import { fileURLToPath } from "node:url";
const projectRoot = fileURLToPath(new URL("..", import.meta.url));
const expectedFile = fileURLToPath(
new URL("../migrations/0001_better_auth_account_center.sql", import.meta.url),
new URL("../docs/schema/better-auth-target.sql", import.meta.url),
);
function run(command, args) {