You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like to share multiple documents using sharejs each document should be shared with only specific users.The problem i am facing now is that i tried implementing sharejs with the project every document is getting shared with everyone.The change which i reflect in one documents is getting reflected in every document and in every user page. I am really new in sharejs and nodejs .It would be a great if someone could explain how to implement this
The text was updated successfully, but these errors were encountered:
You have to handle the access to the document externally, for example keep a list of authorized users for each document and only show those people the document. If someone could get around this and tries to access the document illegally, you can rely on sharejs built in auth feature.
I like to share multiple documents using sharejs each document should be shared with only specific users.The problem i am facing now is that i tried implementing sharejs with the project every document is getting shared with everyone.The change which i reflect in one documents is getting reflected in every document and in every user page. I am really new in sharejs and nodejs .It would be a great if someone could explain how to implement this
The text was updated successfully, but these errors were encountered: