Authentication
Authentication operations
📄️ Login user
Authenticate user with username and password.
📄️ Logout user
Ends the current user session and invalidates the authentication token.
📄️ Send password reset code to email
Sends a password reset code to the user's email and creates a password reset session.
📄️ Verify email with password reset code
Verifies the email using the password reset code sent to the user.
📄️ Update user password
Updates the user's password after verifying the password reset token. Invalidates all existing sessions and creates a new session.