-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Logout button #2
Comments
As long as authentication is being handled by Apache and HTTP auth, there's probably very little we can do here. However, it may be worthwhile to at least add the option of handling authentication directly in the application, for this reason and others (eg. allowing other auth methods for API calls). |
This application was developed for enterprise use with LDAP in intranet or VPN. The login has to be rewritten for general use. LDAP is useless on the internet or more complicated than two-factor auth with github. (Hence my recomandation is to ditch LDAP and add authentication with github/google/opera auth) |
@Simonell when using Apache and HTTP auth, the only way to "logout" is to close all browser windows and instances. |
After login, I can't logout from application
The text was updated successfully, but these errors were encountered: