use-pusher
use-pusher copied to clipboard
Encrypted Channels
Hi, is there a way to use encrypted channels with this library without forking?
https://pusher.com/docs/channels/using_channels/encrypted-channels/
To support encryption, the client needs to import a different path from pusher-js: https://github.com/pusher/pusher-js/tree/master#encrypted-channel-support
import Pusher from 'pusher-js';
import Pusher from 'pusher-js/with-encryption';
Any guidance is appreciated. Thanks!