From d3401bb04f56dec15f4530e742722abf4c0d4068 Mon Sep 17 00:00:00 2001 From: Saurav Hathi <61316762+sauravhathi@users.noreply.github.com> Date: Thu, 21 Dec 2023 13:44:45 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d79cb43..45159c4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ The OTP (One-Time Password) Free Service is a Node.js-based service that allows you to generate and verify one-time passwords (OTP) via email. This service is useful for adding an extra layer of security to your applications by enabling two-factor authentication (2FA) or passwordless login. +## Demo + +- **API:** [otp-service-beta.vercel.app](https://otp-service-beta.vercel.app/) +- **App:** [otp-service-app.vercel.app](https://otp-service-app.vercel.app/) + ## Table of Contents - [Features](#features)