Simple Authentication Feature
josephlim75 opened this issue · 4 comments
josephlim75 commented
Any plan to add simple authentication feature into this gui ?
ugleiton commented
I also find it interesting to have native authentication.
ugleiton commented
But as a workaround you can protect the application behind an nginx proxy with authentication, I've done this in other projects and it worked, this does not replace a native authentication that would be the best option.
See an example at http://shairosenfeld.blogspot.com/2011/03/authorization-header-in-nginx-for.html
josephlim75 commented
Thanks Ugleiton, we actually planning to use oauth2_proxy https://github.com/oauth2-proxy/oauth2-proxy with haproxy / nginx. Similar to your suggestion.
josephlim75 commented
I'm closing this issue. Thanks