This project is to describe how to implement two factor authentication with either google/microsoft or any other authenticator app.
- Make sure you have Node JS installed.
- In the terminal type
npm installto install all required packages
- To run this project either do:
npm run start:devnpm startnode index.js