# Authentication Domain Handles user authentication (login and registration) against the configured server endpoint. Provides the login, register, and user-bar UI components. ## Module map ``` authentication/ ├── application/ │ └── services/ │ └── authentication.service.ts HTTP login/register against the active server endpoint │ ├── domain/ │ └── models/ │ └── authentication.model.ts LoginResponse interface │ ├── feature/ │ ├── login/ Login form (`