Skip to content
New issue

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

Password locked rooms #14

Open
blenderskool opened this issue Mar 6, 2019 · 3 comments
Open

Password locked rooms #14

blenderskool opened this issue Mar 6, 2019 · 3 comments
Labels
feature New feature or request

Comments

@blenderskool
Copy link
Owner

Rooms that are created may support some type of password which can prevent strangers from joining a room.
Joining a room would require a password which was set by the host of the room.

@blenderskool blenderskool added the feature New feature or request label Mar 6, 2019
@roshin8
Copy link

roshin8 commented Oct 21, 2019

I was thinking about this feature as well. Do you have any tips on how to go about this? I was planning on forking your repo to add other features

@blenderskool
Copy link
Owner Author

I had some points in mind to implement this:

  • The creator of the room gets option to set a password which is sent to the server
  • When other user join the room, they get an option to enter the password which would complete the connection.

This may require separating the creating and joining a room form wherein while creating a room additional options such as set a password are shown.

@roshin8 Feel free to make contributions to this project 😇

@roshinv
Copy link

roshinv commented Oct 22, 2019

@blenderskool Awesome. Thanks a lot! Great job with this project by the way. Love the UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants