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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user