node-2fa-tutorial

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

Stars
12

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.