In my experience, at least on two projects, the mongo optional authentication options need to be configurable.
Currently the authenticationDatabase are being hardcoded, and also it's not possible to pass the authenticationMechanism option.
This PR will solve this problem. I've updated the readme as well.