sysinfo-web
sysinfo-web copied to clipboard
Any plans to add an authentication?
Hi! First of all, thanks for the nice tool!
I'd like to ask: are there any plans to add some kind of authentication? (e.g. at least HTTP Basic Auth?)
It can be added pretty easily, yes.
I wonder about this: adding an oauth2 based authentication could be done pretty easily as well (I wrote a small oauth2 authenticator over github last year). If @onur is interested about this, I could port it from python into rust?
@GuillaumeGomez I think oauth2 authentication is a bit overkill for this but I don't mind if we add it as an optional feature.
I'd like to add a simple web-form for auth if anyone is interested.
It'll require https then but otherwise I can do it too.