Node.js-API-Masterclass-With-Express-MongoDB icon indicating copy to clipboard operation
Node.js-API-Masterclass-With-Express-MongoDB copied to clipboard

[Brad Traversy] Node.js API Masterclass With Express & MongoDB [ENG, 2019]

Results 6 Node.js-API-Masterclass-With-Express-MongoDB issues
Sort by recently updated
recently updated
newest added

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.13.16 to 7.0.0. Release notes Sourced from mongoose's releases. 7.0.0 / 2023-02-27 BREAKING CHANGE: copy schema options when merging schemas using new Schema() or Schema.prototype.add() #13092 feat(types):...

dependencies

Bumps [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) from 5.5.1 to 6.7.0. Release notes Sourced from express-rate-limit's releases. v6.7.0 You can view the changelog here. v6.6.0 Added Added shutdown method to the Store interface and the...

dependencies

Bumps [helmet](https://github.com/helmetjs/helmet) from 4.6.0 to 6.0.1. Changelog Sourced from helmet's changelog. 6.0.1 - 2022-11-29 Fixed crossOriginEmbedderPolicy did not accept options at the top level. See #390 6.0.0 - 2022-08-26 Changed...

dependencies

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.6.0 to 16.0.3. Changelog Sourced from dotenv's changelog. 16.0.3 (2022-09-29) Changed Added library version to debug logs (#682) 16.0.2 (2022-08-30) Added Export env-options.js and cli-options.js in package.json...

dependencies

Bumps [node-geocoder](https://github.com/nchaulet/node-geocoder) from 3.29.0 to 4.2.0. Changelog Sourced from node-geocoder's changelog. 3.29.0 Add mapbox geocoder (#317) Improve error handling of non JSON error response (#324) Improve batch geocoding for TomTom...

dependencies

https://github.com/webmakaka/Node.js-API-Masterclass-With-Express-MongoDB/blob/d95176768ed708448650a90b7417b8bdebc965a0/app/api/controllers/auth.js#L196 Based on `config.env` you have a little typo here, please replace if you don't mind. `Date.now() + process.env.JWT_COOKIE_EXPIRE * 24 * 60 * 60 * 1000` .