tana / Mondeto

An open, flexible, and secure online virtual reality system.
MIT License
39 stars 0 forks source link

Authentication protocol #115

Open tana opened 2 years ago

tana commented 2 years ago

Because our new QUIC-based protocol does not need a separate signaling server, we cannot leave authentication to the HTTP/WebSocket based signaling server.

Now we have to implement some authentication on Mondeto protocol itself.

Probably, the authentication method will be username/password, like HTTP Basic auth. (Because our protocol is already encrypted thanks to QUIC, password authentication is safe)