We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I like the signaling server you provide at https://github.com/yjs/y-webrtc/blob/master/bin/server.js, yet I think it makes sense for me to provide it with some authorization depending on a provided JWT token within the request. I think I know that I would have to provide such a thing at https://github.com/yjs/y-webrtc/blob/master/bin/server.js#L127. However, I do not know when I call
const provider = new WebrtcProvider('your-room-name', ydoc, { password: 'optional-room-password' })
or so, where I can send the JWT token in the request.
It would be great if you could help me here.
The text was updated successfully, but these errors were encountered:
Would be great if I could get some support here, as I am not an expert on that matter 😀
Sorry, something went wrong.
dmonad
No branches or pull requests
I like the signaling server you provide at https://github.com/yjs/y-webrtc/blob/master/bin/server.js, yet I think it makes sense for me to provide it with some authorization depending on a provided JWT token within the request. I think I know that I would have to provide such a thing at https://github.com/yjs/y-webrtc/blob/master/bin/server.js#L127. However, I do not know when I call
or so, where I can send the JWT token in the request.
It would be great if you could help me here.
The text was updated successfully, but these errors were encountered: