Libraries tagged by one time passwords
aliarefavin/avinauthpackage
158 Downloads
Custom authentication system for Laravel
eloquent/otis
582 Downloads
One-time password / multi-factor authentication library for PHP.
defbu/authenticator
3103 Downloads
A TOTP authenticator
tech-ed/simpl-otp
127 Downloads
A simple and lightweight Laravel package for generating and verifying one-time passwords (OTPs), enhancing authentication security in your Laravel applications.
signdeer/otpz
53 Downloads
First Factor One-Time Passwords for Laravel (Passwordless OTP Login)
sh4msi/filament-otp
255 Downloads
Filament OTP is a package for Filament that allows users to login with a One-Time Password. (OTP and Passwordless are similar, but they differ in some aspects!)
delight-im/otp
371 Downloads
One-time password (OTP) implementation for two-factor authentication with TOTP in accordance with RFC 6238 and RFC 4226
graxmonzo/laravel-one-time-password
29 Downloads
One time password (OTP) generation trait for Laravel
jleehr/password_reset
371 Downloads
Allows administrators to send a password reset request to a user using a one-time login link.
xphere/one-time-access-bundle
5943 Downloads
Authenticate your users in a Symfony2 application through a one-time access url
berny/one-time-access-bundle
11716 Downloads
Authenticate your users in a Symfony2 application through a one-time access url
sunnyvision/php-totp
243 Downloads
PHP TOTP implementation for rfc6238
mkd/laravel-otp
6 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
6 Downloads
An advanced, customizable OTP (One-Time Password) verification system for Laravel applications, supporting hashed token and custom validation methods.
ericmann/totp
87 Downloads
PHP implementation of the TOTP protocol.