Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Nov 17, 2018

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