sysinfo-web icon indicating copy to clipboard operation
sysinfo-web copied to clipboard

Any plans to add an authentication?

Open greyblake opened this issue 7 years ago • 4 comments

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?)

greyblake avatar Jul 30 '17 23:07 greyblake

It can be added pretty easily, yes.

GuillaumeGomez avatar Jul 31 '17 07:07 GuillaumeGomez

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 avatar Feb 09 '18 13:02 GuillaumeGomez

@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.

onur avatar Feb 09 '18 15:02 onur

It'll require https then but otherwise I can do it too.

GuillaumeGomez avatar Feb 09 '18 15:02 GuillaumeGomez