Test all the authentication pages created for the user management system:
These authentication pages are designed to work with the backend API endpoints:
POST /api/auth/login - User loginPOST /api/auth/register - User registrationPOST /api/auth/forgot-password - Password reset requestPOST /api/auth/reset-password - Password reset confirmationGET /api/auth/verify/:token - Email verificationPOST /api/auth/resend-verification - Resend verification email