Download the PHP package rigorbb/laravel-fast-auth-links without Composer
On this page you can find all versions of the php package rigorbb/laravel-fast-auth-links. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-fast-auth-links
Laravel Fast Auth Links
A package that allows you to add a special hash that temporarily authorizes the user. Without a database.
Installation
Begin by installing this package through Composer.
Usage
You can use these helper methods to add a hash to your links
And add HandleFastAuthLink::class middleware in your Kernel.php file.
That's all! Now if user goes through this link with a hash and the hash is active, it will be automatically authorized.
All versions of laravel-fast-auth-links with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^5.5
The package rigorbb/laravel-fast-auth-links contains the following files
Loading the files please wait ....