New SSO feature with complete authentication system: - Email/password authentication with session management - Multi-factor authentication (MFA) with TOTP support - User registration and login flows - Session handling with secure cookies - Handlebars UI templates for auth flows - Email client integration for notifications Includes comprehensive test coverage for auth, MFA, sessions, and users. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8 lines
171 B
JSON
Executable file
8 lines
171 B
JSON
Executable file
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"deleteOutDir": true
|
|
}
|
|
}
|