You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are so many features that could be implemented for this project, as you know.
However, I think that it is especially important that there is some kind of authorisation for the web interface, so that at least to a primitive extent, access to it could be controlled.
The text was updated successfully, but these errors were encountered:
Why would you not send this web interface over https using htpasswd? Seems like an easy way to mitigate in the mean time and still very secure. Allows you to control users via u/p and gives it encryption.
I agree with @tony-caffe. If you don't want to manage users vi .htpasswd, use AuthLDAP to point it at AD and require that the user be a member of a specific AD group to access the page.
There are so many features that could be implemented for this project, as you know.
However, I think that it is especially important that there is some kind of authorisation for the web interface, so that at least to a primitive extent, access to it could be controlled.
The text was updated successfully, but these errors were encountered: