laravel/fortify
Backend controllers and scaffolding for Laravel authentication. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 14
- age_days: 2193
- days_rel: 8
- days_push: 8
- n_releases_24m: 34
Adoption not part of the score
1755 stars · 333 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Laravel Fortify is a frontend-agnostic authentication backend for Laravel that registers the routes and controllers needed for login, registration, password reset, email verification, two-factor authentication, and passkeys. It provides no UI of its own, so it is meant to be paired with a custom frontend that calls its endpoints.
Use cases
- add authentication to a Laravel app without a prebuilt UI
- implement headless login and registration endpoints for a SPA or mobile app
- enable two-factor authentication in Laravel
- add passkey (WebAuthn) authentication to Laravel
- set up password reset and email verification flows
- build a custom auth UI on top of Laravel's auth backend
When to choose
- you want full control over the authentication UI while reusing Laravel's auth logic
- you are building an API or SPA backend that needs auth endpoints
- you need two-factor authentication or passkeys in a Laravel app
When to avoid
- you want a complete prebuilt auth UI with views (use Laravel Breeze or Jetstream instead)
- you are not using the Laravel framework
- you only need simple manual auth and prefer wiring Laravel's core auth services yourself
Facets
library · maturity active
auth middleware routing web-development backend security php laravel authentication-backend two-factor-authentication passkeys password-reset email-verification headless web-server
10 sources
- readme: https://github.com/laravel/fortify · fetched 2026-08-28 · a9a7fc787d5f
- homepage: https://laravel.com/docs/fortify · fetched 2026-08-29 · 660cf752e00e
- site_page: https://laravel.com/framework/docs/releases · fetched 2026-08-29 · e870da111344
- site_page: https://laravel.com/framework/docs/upgrade · fetched 2026-08-29 · 778b1ded7c83
- site_page: https://laravel.com/framework/docs/contributions · fetched 2026-08-29 · fc2f0de2e345
- site_page: https://laravel.com/framework/docs/installation · fetched 2026-08-29 · 2589680a50e6
- site_page: https://laravel.com/framework/docs/configuration · fetched 2026-08-29 · 168f13c62970
- site_page: https://laravel.com/framework/docs/ai · fetched 2026-08-29 · 5b18f5e90733
- site_page: https://laravel.com/framework/docs/structure · fetched 2026-08-29 · b04cb3876d1f
- site_page: https://laravel.com/framework/docs/frontend · fetched 2026-08-29 · 2c710ca00bc0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| laravel/fortify | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem