Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 690 Bytes

File metadata and controls

25 lines (18 loc) · 690 Bytes
title Auth Commands
description The AUTH command authenticates the current connection, without authentication the connection cannot send any other command to the server
category reference
status publish
slug auth-commands

AUTH USER

The AUTH command authenticates the current connection, without authentication the connection cannot send any other command to the server.

Once authenticated, any PubSub connection in place will be closed.

Syntax

AUTH USER username PASSWORD password

Privileges

NONE

Return

OK string or error value (see SCSP protocol).