2017 © Pedro Peláez
 

package laravel-fast-auth-links

image

rigorbb/laravel-fast-auth-links

  • Friday, April 13, 2018
  • by rigorbb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 13 % Grown

The README.md

A package that allows you to add a special hash that temporarily authorizes the user. Without a database., (*1)

Installation

Begin by installing this package through Composer., (*2)

composer require rigorbb/laravel-fast-auth-links

Usage

You can use these helper methods to add a hash to your links, (*3)

auth_link_hourly($link, $user); //add hash with hourly active
auth_link_daily($link, $user); //add hash with daily active
auth_link_monthly($link, $user); //add hash with monthly active

And add HandleFastAuthLink::class middleware in your Kernel.php file., (*4)

That's all! Now if user goes through this link with a hash and the hash is active, it will be automatically authorized., (*5)

The Versions

13/04 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

by rigor

13/04 2018

0.6.2

0.6.2.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by rigor

07/01 2018

0.6.1

0.6.1.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by rigor

07/01 2018

0.6

0.6.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by rigor

07/01 2018

0.5

0.5.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by rigor