Relative Content

Tag Archive for javascripttypescriptcollaborative-editingyjspartykit

Unable to use user token in handler method in Party.Server (partykit)

I’m trying to create a collaborative text editor using partykit + yjs. I’m new to partykit and am following the instructions as mentioned in the documentations. I’m passing the auth token as param in the connection string and want to use that same param to update the database every time user makes an edit to the document.