hackforla/project-light-the-way

Db.prototype.authenticate deprecated MongoDB

Opened this issue · 0 comments

Error Message: Db.prototype.authenticate method will no longer be available in the next major release 3.x as MongoDB 3.6 will only allow auth against users in the admin db and will no longer allow multiple credentials on a socket. Please authenticate using MongoClient.connect with auth credentials.