Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shahednasser/node-2fa-tutorial

Code for Add 2-Factor Authentication with Google Authenticator in Node.js
https://github.com/shahednasser/node-2fa-tutorial

authentication google google-authentication google-authenticator javascript node nodejs nodejs-tutorial

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# How to Add Authentication with Google Authenticator in Node.js

Code for [How to Add Authentication with Google Authenticator in Node.js tutorial](https://blog.shahednasser.com/how-to-add-authentication-with-google-authenticator-in-node-js/)

## Installation

After cloning this repository, install the dependencies:

```bash
npm i
```

## Run the Server

Run the server with the following command:

```bash
npm start
```

The server will run at `localhost:3000`.