OTPify is a simple Node.js server for generating and verifying One-Time Passwords (OTP) via API endpoints.
/get-otp — Request a new OTP for an email address./verify-otp — Verify an OTP for an email address.Send JSON requests to these endpoints to use OTPify in your app or for testing.
Made with Node.js & Express