🔐 Authentication API Tester

Test your PHP authentication endpoints

⚙️ Configuration

1. Check User

POST {baseUrl}/check_user.php

2. Register User

POST {baseUrl}/register_user.php

3. Send Authentication Code

POST {baseUrl}/send_auth_code.php

4. Verify Authentication Code

POST {baseUrl}/verify_auth_code.php

5. Get User Profile

POST {baseUrl}/get_user_profile.php

6. Update Profile

POST {baseUrl}/update_profile.php (Requires Auth)

⚠️ Requires session token from Step 4. Updates any combination of fields.

7. Update Pregnancy Info

POST {baseUrl}/update_pregnancy_info.php

8. Unlock Account (Admin)

POST {baseUrl}/unlock_account.php

⚠️ Note: Account locks after 5 failed verification attempts. This endpoint unlocks it.