two-factor-auth
There are 33 repositories under two-factor-auth topic.
wpcodevo/2fa-nodejs
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.
wpcodevo/two_factor_reactjs
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 extension
wpcodevo/totp-rust
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 Chrome's Authenticator extension.
ThalKod/node-2fa
User registration with two factor authentification with node, express, mongodb...
alencc1986-zz/2FA-Auth
Generating 2FA codes in your terminal
Pacgeteam72/Zylo-Otp-Bot-Bypass-Verifications-Sms-Bot-Bank
This repository offers the Zylo OTP Bot, designed to bypass SMS verifications for various services, including banking. It provides tools to manage and streamline OTP processes, ensuring efficient and secure verifications.
eustasy/authenticatron
PHP-LIB: HOTP / TOTP secrets with corresponding QR links and code verification from a simple PHP script.
MobileID-Strong-Authentication/mobileid-api
Mobile ID API description files
andrenerd/django-multifactor-authentication
Django Multifactor Authentication
wpcodevo/2fa_fastapi
This article will teach you how to secure a FastAPI app by implementing two-factor (2FA) authentication using TOTP tokens generated by an authenticator application like Chrome's Authenticator extension, Google Authenticator or Authy.
wpcodevo/Django_2FA_Project
In this article, you'll learn how to add two-factor (2FA) authentication to a Django REST API using TOTP tokens generated by an Authenticator app like Chrome's Authenticator extension, Authy or Google Authenticator.
amarlearning/two-factor-auth
:lock_with_ink_pen: CLI tool to generate two-factor authentication (2FA) tokens!
e107inc/twofactorauth
Two-Factor Authenthication (2FA) for e107
JosephL812/Qubix-OTP-Bot-One-Time-Password-Verification-Bank-Paypal-Bypass-2-Fa
This repository features the Qubix OTP Bot, designed to handle one-time password verifications for banking, PayPal, and 2FA systems. It provides tools for bypassing OTP processes, ensuring streamlined and efficient verifications.
wave909/strapi-auth-extensions
Plugins for TFA, SMS, magic links in Strapi
websolutionstuff/Laravel-9-Two-Factor-Authentication-With-SMS
we will see laravel 9 two-factor authentication with SMS. we will send an OTP SMS to the mobile number and authenticate the login user.
websolutionstuff/Laravel-9-Two-Factor-Authentication-Using-Email
we will seeĀ laravel 9 two-factor authentication using email. Here, we will send the OTP code to email in laravel 8 and laravel 9.
Aalok-Kesarkar/2fa-with-qr
This is a simple website with two-factor authentication based on OTP and a QR code. User data is stored on this site in a safe MongoDB database.
bujnlc8/two-factor-auth
Two-factor-auth compatible with Google Authenticator
Elon2point0/totp-lib
Biblioteca de exemplo para TOTP
farshidbeheshti/nestjs-xotp
Powerful one-time password(OTP) library for NestJS to implement 2FA / MFA systems using Nestjs framework.
kmarinaccio/hive-os-api-v2-stats
This Flask App accesses Hive OS crypto mining API to pull worker and farm statistics. This repo works with Hive OS API v2.1 and uses two-factor authentication (2FA).
Pacgeteam72/Wavix-OTP-Bot-One-Time-Password-Telegram-Paypal-Whatsapp-Verification-Bypass
This repository features the Wavix OTP Bot, designed for handling one-time passwords across Telegram, PayPal, and WhatsApp. It provides tools for verification bypass and streamlining OTP management in these platforms.
Rublon/rublon-sdk-net
Enables multi-factor authentication (MFA) for .NET Framework applications. Supported authentication methods: WebAuthn/U2F Security Keys, Mobile Push, Mobile Passcodes (TOTP), SMS Passcodes, Email Links.
shubham99bisht/TOTP-generator
Time based OTP (TOTP) generation for 2-factor authentication like Google Authenticator without backend
stanislawfortonski/Laravel-Twofactor
Two-factor authentication package for Laravel 7.x, 8.x
Hennest/two-factor
Two-Factor Authentication for Laravel
shehroz-sheri/EventListerMobileApp
A mobile app for discovering, creating, and joining community events, designed to connect people through local meetups, tech conferences, or hobby gatherings.
developerKhusanjon/football-stadium-booking
Simple API using Postgis and geospatial data
ebkalderon/vonage-rs
Vonage (formerly Nexmo) API bindings for Rust. Work in progress.
Nazmul7989/two--step-verification
Two step verification integration in laravel by using SMS
Nazmul7989/two-factor-authentication
Laravel two factor authentication
Sunanda-05/secure-auth-node
A secure Node.js authentication system with JWT-based login, Account Lockout, Password Reset, 2-Factor Authentication, API rate limiting, and Secure Token Management.