services/user relies on config.AUTH0.DOMAIN config param being available; if there is no AUTH0 segment in the config, the code crush; thus preventing the library to work even when host code does not need related functionality.
We should update auth0-js initialization to be lazy.