Secure Authentication API is live!
POST /api/auth/register - Create account
POST /api/auth/register
POST /api/auth/login - Login
POST /api/auth/login
POST /api/auth/logout - Logout
POST /api/auth/logout
GET /api/auth/me - Get current user
GET /api/auth/me
GET /api/protected - Test protected route
GET /api/protected