Auth
Authentication and password management routes
📄️ Validate Token
Validates the user's authentication token/session.
📄️ Get CSRF Token
Retrieves a CSRF token for form submissions.
📄️ Login
Authenticates a user with email and password.
📄️ Logout
Logs out the current user and invalidates their session.
📄️ Forgot Password
Sends a password reset email to the user.
📄️ Reset Password
Resets the user's password using a reset token.
📄️ Update Password
Updates the password for the currently authenticated user.