mikemfleming / ruckus

šŸŽ‰ā™¬ Slack Integrated Spotify Playlist Builder ā™¬ šŸŽ‰
2 stars 2 forks source link

Warnings in the console. #20

Closed mikemfleming closed 6 years ago

mikemfleming commented 7 years ago

Address these changes:


[nodemon] starting `node index.js`
body-parser deprecated bodyParser: use individual json/urlencoded middlewares server/index.js:28:11
body-parser deprecated undefined extended: provide extended option node_modules/body-parser/index.js:105:29
express-session deprecated undefined resave option; provide resave option server/index.js:34:11
express-session deprecated undefined saveUninitialized option; provide saveUninitialized option server/index.js:34:11
express-session deprecated req.secret; provide secret option server/index.js:34:11
(node:16636) DeprecationWarning: `open()` is deprecated in mongoose >= 4.11.0, use `openUri()` instead, or set the `useMongoClient` option if using `connect()` or `createConnection()`. See http://mongoosejs.com/docs/connections.html#use-mongo-client
Spot Dawg is on port 8888!
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.```