Libraries tagged by Faktor E
mikailfaruqali/guardian
16 Downloads
Modern Laravel two-factor authentication package with dual authentication system: email-based 2FA for master users and Google Authenticator for regular users. Features beautiful Tailwind CSS UI, multilingual support (English/Kurdish/Arabic) with RTL layout, configurable logo/fonts, rate limiting, and seamless Laravel integration.
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.
lsat/yii2-otp
697 Downloads
LSAT YII2 extension for generating one time passwords according to RFC 4226/6238 (HOTP/TOTP Algorithm) and authentication widget , Upgrade version lib 2amigos/qrcode-library and spomky-labs/otphp from https://github.com/sam002/yii2-otp (sam002/yii2-otp) Support PHP to ^8.0
lmr/duo_auth
356 Downloads
Duo Security two-factor authentication for Roundcube. Users have multiple ways to authenticate, including: 1. One-tap authentication using Duo’s mobile app; 2. One-time passcodes generated by Duo’s mobile app (works even with no cell coverage); 3. One-time passcodes delivered to any SMS-enabled phone; 4. Phone callback to any phone (mobile or landline!); 5. One-time passcodes generated by an OATH-compliant hardware token.
jobmetric/authio
5 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.
eustasy/authenticatron
7 Downloads
HOTP / TOTP secrets with corresponding QR links and code verification from a simple PHP script.
elliot-sawyer/totp-authenticator
11850 Downloads
Enable 2FA authentication with TOTP
dieschittigs/contao-tfa-bundle
79 Downloads
Adds TOTP based Two-Factor Authentication to Contao 4 backend users
darlinkster/yii2-mfa
7 Downloads
Multi-factor authentication for yii2
d3/oxid-twofactor-onetimepassword
223 Downloads
Two-factor authentication via time-based one-time password for OXID eSales shop
brackets/verifications
1990 Downloads
Two Factor Authentication (2FA) and code-based verification of actions (sms or email) for Laravel
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.
everware/laravel-fortify-sanctum
10 Downloads
Automatically integrate Laravel Fortify with Laravel Sanctum so Fortify gives out Sanctum tokens on login while maintaining default Fortify functionality like two factor authentication. Also allows the use of 'api' middleware and makes login/sessions work without cookies (makes Fortify "stateless"-ish by creating temporary sessions).