Skip to content

A small util method for creating and verifying one time password

Notifications You must be signed in to change notification settings

npvinhthai/otp-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

otp-creator

======

node js otp creator

#1 load libs

const otpCreator = require('otp-creator');

#2 use

const secKey = otpCreator.generateSecretKey();

const otp = otpCreator.getOTP(secKey);

#3 test

npm test

About

A small util method for creating and verifying one time password

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published