Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thalkod/node-2fa

User registration with two factor authentification with node, express, mongodb...
https://github.com/thalkod/node-2fa

2fa-form 2fa-security express mongodb nodejs secure two-factor-auth two-factor-authentication

Last synced: 10 days ago
JSON representation

User registration with two factor authentification with node, express, mongodb...

Awesome Lists containing this project

README

        

# node-2fa



Two Factor Authentication with nodejs

![Node-2fa](https://github.com/ThalKod/node-2fa/blob/master/preview.png)

[Demo](https://node-tfa.herokuapp.com/login)

# :floppy_disk: Installation

```bash
# clone the repo
$ git clone https://github.com/ThalKod/node-2fa.git

# install the requirements
$ npm install
```

## Usage
```bash
npm start
```