Password protection for rooms using y-websocket provider

Hi,

I am using y-websocket as a provider and I would like to secure different Yjs rooms using different passwords.
In the README of the y-webrtc repository it sounds to me as if it would be possible to protect rooms using a password there.
Is that also possible using the y-websocket provider?

Best,
Philipp

Hi @phil-cd,

Not by default. You need to implement your own authentication layer in y-websocket.

1 Like