Skip to main content

Login Component Demo

Demo Credentials:

Username: demo

Password: password

Sign In

Available Mock API Endpoints:

  • POST /api/auth/login - Authentication
  • GET /api/user/profile - User profile (requires auth)
  • GET /api/posts - Get posts with pagination
  • POST /api/posts - Create new post
  • POST /api/upload - File upload simulation
  • GET /api/health - Health check