@cakewalk/auth91-otp
v1.0.3
Published
Npm module for Two Factor Authentication SMS-OTP
Readme
auth91-otp
A one-time password (OTP) is an automatically generated numeric or alphanumeric string of characters that authenticates the user for a single transaction or session.
Installation
Install @cakewalk/auth91-otp with npm
npm install @cakewalk/auth91-otpEnvironment Variables
To run this project, you will need to add the following environment variables to your .env file
OTP_BASE_URL
SMS_API_KEY
Run Locally
Clone the project
git clone https://github.com/Cakewalk-AA/OTP-NPMGo to the project directory
cd OTP-NPMInstall dependencies
npm installStart the project
npm run startBuild the project
npm run build