🔐 Authentication API Tester
Test your PHP authentication endpoints
1. Check User
POST {baseUrl}/check_user.php
3. Send Authentication Code
POST {baseUrl}/send_auth_code.php
5. Get User Profile
POST {baseUrl}/get_user_profile.php
8. Unlock Account (Admin)
POST {baseUrl}/unlock_account.php
⚠️ Note: Account locks after 5 failed verification attempts. This endpoint unlocks it.