# Laravel Fortify
Front-end agnostic authentication backend implementation for [[Laravel]].
It includes backend controllers and scaffolding for Laravel authentication.
It registers the routes and controllers needed to implement login, registration, password reset, email verification, etc.
## References
- Documentation: https://laravel.com/docs/11.x/fortify
- Sources: https://github.com/laravel/fortify
## Related
- [[Laravel]]