Skip to content

Replace Server::setAuth() with optional Server constructor parameter #84

Merged
clue merged 2 commits intoclue:masterfrom
clue-labs:server-auth
Nov 17, 2018
Merged

Replace Server::setAuth() with optional Server constructor parameter #84
clue merged 2 commits intoclue:masterfrom
clue-labs:server-auth

Conversation

@clue
Copy link
Owner

@clue clue commented Nov 17, 2018

// old
$server = new Clue\React\Socks\Server($loop);
$server->setAuthArray(array(
    'tom' => 'password',
    'admin' => 'root'
));

// new
$server = new Clue\React\Socks\Server($loop, null, array(
    'tom' => 'password',
    'admin' => 'root'
));

Refs #80

@clue clue added this to the v1.0.0 milestone Nov 17, 2018
@clue clue merged commit c602a0f into clue:master Nov 17, 2018
@clue clue deleted the server-auth branch November 17, 2018 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant