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 have just recently started learning about CRDTs and Encryption so I am kind of out of my depth here. But I would hope to be able to secure my data operations at the root level of Loro by signing ops/commits, then before importing using the new tryImport to validate if the signor is allowed to edit the doc by comparing the public key to a list of userIDs.
The text was updated successfully, but these errors were encountered:
I have just recently started learning about CRDTs and Encryption so I am kind of out of my depth here. But I would hope to be able to secure my data operations at the root level of Loro by signing ops/commits, then before importing using the new
tryImport
to validate if the signor is allowed to edit the doc by comparing the public key to a list of userIDs.The text was updated successfully, but these errors were encountered: