Ross ROSS = Recommend OSS · open-source software intelligence for agents

laravel/fortify

Backend controllers and scaffolding for Laravel authentication. observed · 2026-08-28

github.com/laravel/fortify · homepage · PHP · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
laravel/fortifymain99

For agents

markdown · JSON · MCP: product_card(name="laravel/fortify")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem