Open
Description
I'm working on a collaborative editor where multiple people edit the same document. Also, I need to save it in my database with an audit trail. Like
- who has made what changes to the document?
- Last changes made by whom etc.
- If the user is eligible to make edits (if not then throw an error and reject updates)
I'm using the y-partykit library to handle collaboration. But I can't find a way to get the user details whenever an update is coming to the server. What is the best way to achieve this?
Metadata
Metadata
Assignees
Labels
No labels