-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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)
Reactions are currently unavailable