Libraries tagged by laravel two-factor authentication
thecodework/two-factor-authentication
5523 Downloads
Two Factor Authentication (2FA) for Laravel
nextvikas/laravel-google-authenticator
23 Downloads
A highly secure, dependency-free package to add Google Two-Factor Authentication (2FA) to Laravel applications.
dododedodonl/laravel-2fa
490 Downloads
Simple way to add two-factor authentication to your laravel application with minimal setup required.
mkd/laravel-otp
7 Downloads
Laravel package for generating and verifying One-Time Passwords (OTPs) using TOTP (Time-based One-Time Password) and HOTP (HMAC-based One-Time Password) algorithms.
mkd/laravel-advanced-otp
7 Downloads
An advanced, customizable OTP (One-Time Password) verification system for Laravel applications, supporting hashed token and custom validation methods.
astrotomic/laravel-auth-recovery-codes
24916 Downloads
This package provides Laravel bindings and a Eloquent/Model trait for pragmarx/recovery package.
ars/laravel-otp-code
45 Downloads
A Laravel package for generating, validating, and managing One-Time Passwords (OTPs) to enhance security in authentication workflows.
light-it-labs/lightit-auth-laravel
3 Downloads
A comprehensive authentication package for Laravel projects, designed to streamline the implementation of various authentication strategies. This package supports JWT-based authentication, Google SSO, Laravel Sanctum, 2FA, OTP, and role-permission systems with standardized examples for seamless integration into your projects.
teh9/laravel2fa
129 Downloads
A simple two-factor authentication via telegram implementation for Laravel
rehankanak/guardian
13 Downloads
Laravel Package for verifying your desktop sign-in via your mobile app
jobmetric/authio
4 Downloads
It is a simple and secure package for user authentication and login management in Laravel. This package easily implements the registration, login, password recovery, and two-factor authentication processes.
brackets/verifications
1988 Downloads
Two Factor Authentication (2FA) and code-based verification of actions (sms or email) for Laravel
matondo/twofactorauth
10 Downloads
Laravel package that adds two-factor authentication (2FA) for enhanced security
dragonzap/2fa
57 Downloads
Used for building two factor authentication in laravel
raisulhridoy/laravel-2fa
7 Downloads
Laravel 2FA is a PHP implementation of the Google Two-Factor Authentication Module, supporting the HMAC-Based One-time Password (HOTP) algorithm specified in RFC 4226 and the Time-based One-time Password (TOTP) algorithm specified in RFC 6238.