UNPKG

otp-process

Version:

This package is created for generating otp login system on the server without using database and to verify the otp also it's just a layer of abstraction on the piece of code.

37 lines (36 loc) 903 B
{ "name": "otp-process", "version": "1.0.4", "description": "This package is created for generating otp login system on the server without using database and to verify the otp also it's just a layer of abstraction on the piece of code.", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/IAmSomeoneInTheWorld/otp.git" }, "keywords": [ "otp-system", "otp", "Verification", "login", "How", "to", "verify", "otp", "on", "the", "server", "backend", "Backend", "otp", "otp-process" ], "author": "Madhav", "license": "MIT", "bugs": { "url": "https://github.com/IAmSomeoneInTheWorld/otp/issues" }, "homepage": "https://github.com/IAmSomeoneInTheWorld/otp#readme" }