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
This page says that when omitting allowedDocumentNames, the user has access to all docs, but doesn't mention if it's still required to be an empty array when readonlyDocumentNames are specified.
Would a payload { readonlyDocumentNames: [1234-1234-1234] } without allowedDocumentNames allow them to edit all other documents?
The text was updated successfully, but these errors were encountered:
https://github.com/ueberdosis/tiptap-docs/blob/main/src/content/collaboration/getting-started/authenticate.mdx
This page says that when omitting
allowedDocumentNames
, the user has access to all docs, but doesn't mention if it's still required to be an empty array whenreadonlyDocumentNames
are specified.Would a payload
{ readonlyDocumentNames: [1234-1234-1234] }
without allowedDocumentNames allow them to edit all other documents?The text was updated successfully, but these errors were encountered: