Mondeto icon indicating copy to clipboard operation
Mondeto copied to clipboard

Authentication protocol

Open tana opened this issue 2 years ago • 0 comments

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)

tana avatar Jul 13 '22 20:07 tana