Specialauth

Library based on Laravel authentication libraries (login, logout, password reset procedure) provided in Laravel Breeze but does not contain registration process. Project on GitHub. Project on Packagist.

For some application, you may not need people to be able to sign in on their own. You might want admin accounts or some powerful users to create accounts for others and to assign them some rights. This package comes with functions and examples that will facilitate a fast implementation.

This page does not contain a demo because we can not set up a convenient, secure space.


If you ask for password reset, this page will be displayed:

Then an email is sent to the user containing a link to this page:

The same page is open when an administrator creates an account for a user.