/node-2fa-pnpm

Two-factor Authentication with node+typescript by pnpm

Primary LanguageTypeScriptMIT LicenseMIT

Node.js + Two-factor Authentication (2FA)

Simple api for creating and using 2fa for loggin.

Demo

You can try it on demo site.

Usage

  • Install packages:
    pnpm i
    
  • Run in wattch mode by nodemon: 
    pnpm watch
    
  • Build and run in static mode:
    pnpm build
    pnpm start