Libraries tagged by Laravel Passwd
wterberg/laravel-no-common-passwords
11 Downloads
Provides validation rules to check passwords against a list of commonly used passwords.
graxmonzo/laravel-one-time-password
29 Downloads
One time password (OTP) generation trait for Laravel
andrey-helldar/strong-password
3265 Downloads
This package provides a validator for ensuring strong passwords in Laravel applications
xraffsarr/laravel-repass
427 Downloads
A custom password reset for Laravel
prokawsar/password-validator
27 Downloads
Password validator for Laravel Framework
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.
looplinguist/random-password-generator
180 Downloads
This Laravel package serves to generate random passwords tailored to your specific requirements. It offers a range of options, including passwords with symbols, numbers only, characters only, mixed lowercase and uppercase letters, non-symbol passwords, or combinations of digits and characters. You can customize the password generation process to suit your application's security needs effectively.
grazulex/laravel-oneclicklogin
3 Downloads
Passwordless authentication via magic links for Laravel applications - secure, single-use, time-limited URLs for seamless user login.
whyounes/laravel-two-factor-auth
12 Downloads
Laravel two factor authentication
timgreenwood/password-generator
683 Downloads
Generates a random password string from a list of words for Laravel
swatty007/laravel-context-prohibited-rule
1710 Downloads
Simple validation rule to disallow application related words within passwords.
sicaboy/laravel-security
107 Downloads
This package can be used to enhance the user security of Laravel projects.
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.
j3j5/hmac-bcrypt-laravel
121 Downloads
A laravel hasher for the HMAC-BCrypt implementation for password hashing
hnhdigital-os/laravel-folder-watcher
137 Downloads
Provides a Laravel console command that can watch a given folder, and any changes are passed to the provided command script.