passport-tutorial
passport-tutorial copied to clipboard
This is a repository for my Medium.com article
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.2.2 to 9.0.0. Changelog Sourced from jsonwebtoken's changelog. 9.0.0 - 2022-12-21 Breaking changes: See Migration from v8 to v9 Breaking changes Removed support for Node versions 11...
Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `qs` from 6.5.1 to 6.11.0 Changelog Sourced from qs's changelog....
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.1.3 to 5.7.5. Changelog Sourced from mongoose's changelog. 5.7.5 / 2019-10-14 fix(query): delete top-level _bsontype property in queries to prevent silent empty queries #8222 fix(update): handle subdocument...
Bumps [morgan](https://github.com/expressjs/morgan) from 1.9.0 to 1.9.1. Release notes Sourced from morgan's releases. 1.9.1 Fix using special characters in format deps: depd@~1.1.2 perf: remove argument reassignment Changelog Sourced from morgan's changelog....
Bumps [express-jwt](https://github.com/auth0/express-jwt) from 5.3.1 to 6.0.0. Changelog Sourced from express-jwt's changelog. 6.0.0 - 2020-06-29 Made algorithms mandatory (304a1c5968aed7c4c520035426fc09142156669d) 5.3.3 - 2020-04-27 Improvements to documentation 5.3.2 - 2020-04-27 Updated build to...
i am getting this issue
Shouldn't it be response.status(400).json(info) instead of response.status(400).info?