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

How to Add Authentication with Google Authenticator in Node.js

Code for How to Add Authentication with Google Authenticator in Node.js tutorial

Installation

After cloning this repository, install the dependencies:

npm i

Run the Server

Run the server with the following command:

npm start

The server will run at localhost:3000.