• Stars
    star
    2
  • Language
    PHP
  • Created almost 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

User authentication is done by a magic link sent to the user's email instead of authentication with password. The built-in authentication of Laravel is kept as it is. The magic login is implemented as a layer on the existing authentication module. Laravel 5.5 is used