# Feature: Auth **Module path:** `lib/features/auth/` + `lib/core/auth/` ## Overview Handles user login, registration, and session management. ## Screens - `login_screen.dart` — Mobile login - `desktop_login_screen.dart` — Desktop login ## Key Files | File | Purpose | |------|---------| | `lib/core/auth/` | Auth logic, tokens, session | | `lib/features/auth/` | Auth feature UI & state | ## Flow - [ ] Document login flow - [ ] Document registration flow - [ ] Document session persistence (shared_preferences?) ## Notes > Add notes about OAuth, JWT, or custom auth as you discover them ## Related - [[01 - Architecture/State Management]] - [[04 - API & Backend/API Notes]]