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
I would like to add an LDAP authentication.
Few questions:
Is auth key currently hashed on client side (react)? If true do you plan to replace it with plaintext + https option? I do not think it is possible to do client sode hashing with ldap.
Is there an option secure the whole website and not just a few pages?
Why do you keep web and api projects separate? It does not seem to simplify branch development model as it usualy covers both.
Is it OK if I add login field to the web ui if ldap is enabled?
I would like to add an LDAP authentication.
Few questions: