You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace placeholder responses in all auth routes (login/registration/logout/profile) with full implementations using request/response DTOs, validation (e.g., @Valid), and delegation to AuthService for business logic.