jwt-project
jwt-project copied to clipboard
Mongodb no longer support useFindAndModify, and useCreateIndex
They are no longer supported by MongoDb
in the database,js file, useCreateIndex: true, useFindAndModify: false,
this can cause a failure in connecting to the database
I noticed the same while taking a look at the repository and addressed it with the PR here https://github.com/Olanetsoft/jwt-project/pull/5
They are no longer supported by MongoDb in the database,js file,
useCreateIndex: true, useFindAndModify: false,
this can cause a failure in connecting to the database
I comment out these two line , that works fine for me