ASP.NET Core Web API-based authentication system with user registration, login, and logout features. Includes secure password reset with email verification using token-based authentication (JWT).
lib/ main.dart models/ app_user.dart providers/ auth_provider.dart services/ auth_service.dart profile_service.dart screens/ auth_gate.dart login_screen.dart signup_screen.dart profile_screen.dart ...