Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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...
- Host: GitHub
- URL: https://github.com/thalkod/node-2fa
- Owner: ThalKod
- License: mit
- Created: 2018-06-12T16:25:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T13:14:02.000Z (over 5 years ago)
- Last Synced: 2024-08-02T05:07:11.792Z (3 months ago)
- Topics: 2fa-form, 2fa-security, express, mongodb, nodejs, secure, two-factor-auth, two-factor-authentication
- Language: JavaScript
- Homepage: https://node-tfa.herokuapp.com/login
- Size: 1.88 MB
- Stars: 22
- Watchers: 3
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```