Skip to content
#

otp-verification

Here are 91 public repositories matching this topic...

This article will teach you how to secure a Node.js API by implementing two-factor authentication (2FA) system using tokens generated by Google Authenticator or Authy. The one-time passcode (OTP) can be delivered via different methods like SMS but we will use Google Authenticator or Authy to reduce the complexity of the project.

  • Updated Aug 16, 2023
  • TypeScript

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.

  • Updated May 25, 2025
  • TypeScript

Improve this page

Add a description, image, and links to the otp-verification topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the otp-verification topic, visit your repo's landing page and select "manage topics."

Learn more