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

Multiple Documents using sharejs #405

Open
surajdevesan opened this issue Feb 18, 2016 · 1 comment
Open

Multiple Documents using sharejs #405

surajdevesan opened this issue Feb 18, 2016 · 1 comment

Comments

@surajdevesan
Copy link

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

@hatpick
Copy link
Contributor

hatpick commented Feb 19, 2016

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.

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

3 participants
@hatpick @surajdevesan and others