node-2fa-tutorial icon indicating copy to clipboard operation
node-2fa-tutorial copied to clipboard

Code for Add 2-Factor Authentication with Google Authenticator in Node.js

Results 9 node-2fa-tutorial issues
Sort by recently updated
recently updated
newest added

using express-session "^1.17.3" will give the following errors express-session deprecated undefined resave option; provide resave option index.js:14:9 express-session deprecated undefined saveUninitialized option; provide saveUninitialized option index.js:14:9 to fix, edit index.js...

Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.2 to 5.1.5. Release notes Sourced from sqlite3's releases. v5.1.5 What's Changed 🔒 Fixed code execution vulnerability due to Object coercion by @​daniellockyer Updated bundled SQLite to...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Removes [cacheable-request](https://github.com/jaredwray/cacheable-request). It's no longer used after updating ancestor dependency [nodemon](https://github.com/remy/nodemon). These dependencies need to be updated together. Removes `cacheable-request` Updates `nodemon` from 2.0.15 to 2.0.20 Release notes Sourced from...

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

virtual-machine:~/Documents/2fa-tutorial$ npm start > [email protected] start > nodemon index.js [nodemon] 2.0.20 [nodemon] to restart at any time, enter `rs` [nodemon] watching path(s): *.* [nodemon] watching extensions: js,mjs,json [nodemon] starting `node...

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 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...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.2 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:...

dependencies

updated libs, added config (config-file) and implemented Docker example