-
Notifications
You must be signed in to change notification settings - Fork 32
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
require('pusher-js/with-encryption') #41
Comments
I just tried to add a pull request - but im getting a 403 so i will just add the code snippit here to fix the issue: plugins.js
|
Hi @tjaydk PS: I need to update docs |
Hi @ricardogobbosouza Thank you - will you notify me on this thread once it is released ? |
Sure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Im currently working with nuxt/laravel-echo. I want to use encrypted channels and can see that it is not included in the basic pusher.js and you have to explicitly implement Pusher with it. Where can I change which library is used ? Here is my nuxt.config.js
And in my component:
But i get the following exception:
Tried to subscribe to a private-encrypted- channel but no nacl implementation available
By changing this in
echo.js
fixes it.This should of course take into account the
encrypted
bool in the configThe text was updated successfully, but these errors were encountered: