two-factor-auth topic

List two-factor-auth repositories

2FA-Auth

22
Stars
1
Forks
Watchers

Generating 2FA codes in your terminal

node-2fa

22
Stars
5
Forks
Watchers

User registration with two factor authentification with node, express, mongodb...

2fa-nodejs

68
Stars
26
Forks
Watchers

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...

two_factor_reactjs

47
Stars
21
Forks
Watchers

This article will teach you how to secure a React.js app by implementing two-factor authentication (2FA) feature using TOTP tokens generated by Google Authenticator, Authy, or Chrome's Authenticator e...

totp-rust

26
Stars
4
Forks
Watchers

In this comprehensive guide, you'll learn how to implement two-factor authentication (2FA) in a Rust application using OTP tokens generated by an Authenticator app like Authy, Google Authenticator, or...