mongo-express for docker comes with quick Basic Authentication environment variables -- ME_CONFIG_BASICAUTH_USERNAME
and ME_CONFIG_BASICAUTH_PASSWORD
. Once those variables are set for a container it correctly requests basic authentication for web browser access.
My problem: Once authenticated, I could not find "log out" or "sign out" anywhere in the interface.
Are there ways of removing the authentication when done with the session?