auth
Authentication operations
📄️ Authenticate user
Authenticates user credentials and returns tokens
📄️ Get current user
Get detailed information about the currently authenticated user
📄️ Refresh access token
Get new access token using refresh token
📄️ Get token for WebSocket connection
Returns the current JWT token for WebSocket authentication
📄️ Logout user
Revoke current access token
📄️ Register new user
Create new user account (requires email verification)
📄️ Verify email address
Verify user email using verification token
📄️ Resend verification email
Resend email verification link
📄️ Request password reset
Send password reset email
📄️ Validate reset token
Check if password reset token is valid
📄️ Reset password
Set new password using reset token
📄️ Verify current password
Verify the current user's password for sensitive operations
📄️ Change user password
Change the current user's password