mongo icon indicating copy to clipboard operation
mongo copied to clipboard

Auth method not negotiated automatically

Open dandeduck opened this issue 4 years ago • 0 comments

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.

dandeduck avatar Jul 19 '21 08:07 dandeduck