AUTH USER

Syntax

AUTH USER username PASSWORD password

Privileges

NONE

Description

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.

Return

OK string or error value (see SCSP protocol).

Example

> AUTH USER admin PASSWORD test
OK