Authentication

IgnitedCMS ships with its own authentication library. This allows you to create an account, set or reset your password via email.


Although it is entirely possible to have used Laravel's own auth solution, 'breeze' we decided to roll out our own, to limit the number of moving parts/dependencies.

A rock solid auth and permission library baked into the framework.