m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
5.95k stars 449 forks source link

WebAuthn authentication support #304

Closed chiyuki0325 closed 1 year ago

mbattista commented 1 year ago

Hi,

Can you please elaborate why would this be needed? Right now there are two passwords for a neko instance. One for all admin users and one for all normal users.

There is no risk for the user because of a password leak. Also every user can share the same name and this would not matter.

yesBad commented 1 year ago

You could add external security by applying HTTP Basic Authentication in your proxy. As mbattista asked, I don't see any need for this as there's no multi-user support.