Download the PHP package 1abdulaziz/laravel-quick-login without Composer
On this page you can find all versions of the php package 1abdulaziz/laravel-quick-login. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download 1abdulaziz/laravel-quick-login
More information about 1abdulaziz/laravel-quick-login
Files in 1abdulaziz/laravel-quick-login
Download 1abdulaziz/laravel-quick-login
More information about 1abdulaziz/laravel-quick-login
Files in 1abdulaziz/laravel-quick-login
Vendor 1abdulaziz
Package laravel-quick-login
Short Description A Laravel package for quick one-time login links.
License MIT
Package laravel-quick-login
Short Description A Laravel package for quick one-time login links.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-quick-login
Laravel Quick Login
A simple Laravel package that allows users to log in using a one-time token โ no database table needed. Tokens are stored in cache and expire after a short time.
๐ฆ Installation
โ๏ธ Setup
Add this route to your routes/web.php:
๐งช Usage Artisan
You can generate a one-time login link via Artisan:
๐ Usage Tinker
You can generate login URLs like this:
Or customize expiration time:
๐ Security
- Token is deleted after first use
- Token expires quickly (default: 2 minutes)
- Use HTTPS in production
Made with โค๏ธ by [Abdulaziz zaid]
All versions of laravel-quick-login with dependencies
PHP Build Version
Package Version
The package 1abdulaziz/laravel-quick-login contains the following files
Loading the files please wait ...