https://github.com/laravel/fortify
Backend controllers and scaffolding for Laravel authentication.
https://github.com/laravel/fortify
auth laravel
Last synced: 8 days ago
JSON representation
Backend controllers and scaffolding for Laravel authentication.
- Host: GitHub
- URL: https://github.com/laravel/fortify
- Owner: laravel
- License: mit
- Created: 2020-08-31T19:23:52.000Z (over 4 years ago)
- Default Branch: 1.x
- Last Pushed: 2025-02-12T01:29:57.000Z (3 months ago)
- Last Synced: 2025-04-20T16:07:15.580Z (10 days ago)
- Topics: auth, laravel
- Language: PHP
- Homepage: https://laravel.com/docs/fortify
- Size: 488 KB
- Stars: 1,657
- Watchers: 44
- Forks: 310
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
## Introduction
Laravel Fortify is a frontend agnostic authentication backend for Laravel. Fortify powers the registration, authentication, and two-factor authentication features of [Laravel Jetstream](https://github.com/laravel/jetstream).
## Official Documentation
Documentation for Fortify can be found on the [Laravel website](https://laravel.com/docs/fortify).
## Contributing
Thank you for considering contributing to Fortify! You can read the contribution guide [here](.github/CONTRIBUTING.md).
## Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
## Security Vulnerabilities
Please review [our security policy](https://github.com/laravel/fortify/security/policy) on how to report security vulnerabilities.
## License
Laravel Fortify is open-sourced software licensed under the [MIT license](LICENSE.md).