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

Add encrypted configuration option #71

Closed
leggetter opened this issue Aug 14, 2015 · 2 comments
Closed

Add encrypted configuration option #71

leggetter opened this issue Aug 14, 2015 · 2 comments

Comments

@leggetter
Copy link
Contributor

$options = array('encrypted' => true);
$pusher = new Pusher('app-id', 'app-key', 'app-secret', $options);

The default for this options should be true and thus the URL should be HTTPS by default.

@leggetter leggetter added this to the 3.0.0 release milestone Aug 14, 2015
@vinkla
Copy link
Contributor

vinkla commented Aug 14, 2015

👍

@leggetter
Copy link
Contributor Author

Fixed in #69.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants