Army Rotc Application Login Review

1. Overview Goal: Provide a secure, role-based authentication system for Army ROTC applicants (high school students, college students, scholarship applicants, and cadre members).

"access_token": "eyJhbGc...", "token_type": "Bearer", "expires_in": 1200, "user": "id": "a1b2c3", "email": "jane.doe@example.edu", "user_type": "applicant", "mfa_required": false army rotc application login

POST /api/v1/auth/login

"email": "jane.doe@example.edu", "password": "SecurePass123!", "mfa_code": "123456" // optional 1. Overview Goal: Provide a secure