Two Factor Authentication Using MessageBird API

How to Use :-


  1. Create Account on https://developers.messagebird.com/
  2. Generate token key on dashboard.
  3. Enter the token key in index.js
  4. Start index.js

Run on Local Server

Clone the Repo
git clone https://github.com/dipesh9765/Two-step-Authentication.git

Go project

  cd Two-step-Authentication

Install all the dependencies

 npm install

Start the server

npm start