- Support comma-separated domains in auth.allowed_domain config - Use full email as system username (user@domain.com -> user_domain_com) to avoid collisions with reserved names and across domains - Update both auth providers (google, email) for multi-domain display - Add tests for username generation and update email auth tests |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_account_service.py | ||
| test_auto_profiling.py | ||
| test_deploy_guard.py | ||
| test_email_auth.py | ||
| test_profiler.py | ||
| test_sync_data.py | ||
| test_table_registry.py | ||
| test_user_service.py | ||
| test_username_generation.py | ||