Authentication component for the CMS.
This excludes (optional) API/OAuth authentication support. If you intend to access the CMS through its API, check out the czim/laravel-cms-auth-api component as well.
Laravel | Package |
---|---|
5.3.x | 1.3.x |
5.4.x | 1.4.x |
5.5.x | 1.4.3+ |
5.6+ | 1.5 |
From version 1.5 upwards, the API authentication is no longer included.
Users may be created on the fly by using the cms:user:create
command.
Use php artisan help cms:user:create
for more information.
Deleting users may be done through the command line as well, by using cms:user:delete
.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.