Skip to content

mailtarget/otp-express-example-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MTARGET OTP Example App

This is an example app to implement Email OTP authentication from MTARGET OTP

Prerequisite

  • you must have account in MTARGET OTP, https://otp.mtarget.co/
  • create an page OTP implementation, view setting then you will find "api key" and "secret key" that will use in this application
  • nodejs v14 installed in system

Installation

  • clone this repository
  • copy file ".env.example" to ".env"
  • edit ".env" set MT_MAGIC_API_KEY and MT_MAGIC_SECRET_KEY from your account
  • run "npm install"
  • run "npm run dev"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published