Mondeto
Mondeto copied to clipboard
Authentication protocol
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)