@cakewalk/auth91-otp
v1.0.3
Published
Npm module for Two Factor Authentication SMS-OTP
Downloads
1
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-otp
Environment 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-NPM
Go to the project directory
cd OTP-NPM
Install dependencies
npm install
Start the project
npm run start
Build the project
npm run build