-
Notifications
You must be signed in to change notification settings - Fork 32
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
Friend list and console commands #4
Comments
Commander looks interesting. I'm assuming you can opt to provide your own string instead of using
I'm not going to have time to look into this functionality today, but will probably get a chance later on in the week. |
I also imagine that including permission levels could be useful in the authentication system so that moderators and admins could trigger certain commands. |
One other thought... If we're going to be sending user passwords to the server it may pay to research ways of creating encrypted sockets between the JanusVR client and the server. Currently all data sent through the socket is sent in plain text and could be exploited via man-in-the-middle attacks or packet sniffing on the same network. |
Some work being done on authentication: http://metaverse.systems/janus-auth/index.php Reddit thread: http://www.reddit.com/r/janusVR/comments/3b9mmu/plugin_authentication_for_janus_server/ |
I'm sure this would take some coordination on the front-end and back-end here, but there is a request for a friend list in Janus which I think also kinda ties in with this request for some console commands.
It would seem that there are some todos in the server codebase for authentication and since there are places that reference the userid in the server, I think it would be a good candidate for saving and tracking this sort of data. Perhaps the commands could be implemented in Node with commander and an api provided for the Janus front-end to execute these commands wither through console or with a UI.
Thoughts?
The text was updated successfully, but these errors were encountered: