mongo
mongo copied to clipboard
Auth method not negotiated automatically
In Credential interface it says that:
Which authentication mechanism to use. If not provided, one will be negotiated with the server.
But when one isn't provided, it throws:
MongoError: "Connection failed: MongoError: \"Auth mechanism not implemented in Deno driver: undefined\""
So this comment should either be removed or implemented.