laravel-inertia-js-kit
by innonazarene
One-command Laravel Inertia auth boilerplate (register, login, logout, change password, forgot/reset password, email verification) with a session-based AuthController, routes, and React/Tailwind pages installed automatically.
laravel-siwx
by lexwebdev
Sign-In With X for Laravel: EVM and Solana wallet auth, One-Click Auth ready
laravel-authentication
by sinemacula
Stateless contextual authentication primitives (Identity, Principal, Device, Tenant) for Laravel 12 and 13.
laravel-ronin
by farbesdev
A simple and flexible package for managing roles and permissions in Laravel. It efficiently controls access to routes and views using an ACL-based system.
laravel-legacy-bridge
by chr15k
Bridge authenticated user sessions from legacy PHP applications into Laravel.
laravel-auth-kit
by ashtech
Starter-ready Laravel authentication kit — Blade UI, Sanctum API, OTP, multi-vendor roles, and email/phone verification.
ums-laravel
by kodepik
Laravel SDK for UMS (User Management System) — SSO authentication & authorization
laravel-zero-credentials
Reusable base for storing CLI authentication credentials locally in JSON (~/.<app>/config.json or XDG), with 0600 permissions and a typed credentials contract.
laravel-superadmin
by codenzia
Protected super admin account for Laravel. Zero-config authorization via Gate::before, defense-in-depth Eloquent observer, optional Filament v4 plugin, vendor-only CLI commands with friction controls. Designed for vendor-deployed applications where customer admins must not accidentally delete the vendor's support account.
laravel-auth
by joe-404
Drop-in, config-driven authentication library for Laravel 12 and 13. Registration with OTP + magic-link email verification, login, refresh token rotation, password reset, multi-session management, device fingerprinting, Google OAuth, long-lived API tokens, account status workflow, and referral codes with anti-abuse detection — all through a single JSON API.
laravel-ui-kit
by shipbytes
Admin panel + auth UI kit for Laravel with Livewire 3, Volt, and Tailwind. Modular installers for optional features.
laravel-starter-auth
by deixtra
Laravel 13 auth scaffold with views, models, migrations, controllers, middleware and password reset
laravel-keycloak-guard
by sumer5020
A Keycloak Guard for Laravel — robsontenorio/laravel-keycloak-guard fork
laravel-multi-guard
A Laravel package to scaffold multiple authentication guards (web, JWT, Passport) with migrations, models, middleware, controllers, routes, seeders, and views.
laravel-auth-kit
by s3tech
Package Laravel plug-and-play : auth Sanctum, OTP reset, rôles Spatie, logs d'activité.
laravel-authkit
by kenad
A professional Laravel API authentication package with Sanctum, device management, email verification, password reset and rate limiting.
laravel-clavis
by skulich
Laravel Clavis is a lightweight token-based authentication middleware package for Laravel APIs
laravel-iam
by weijukeji
Laravel IAM (Identity and Access Management) package for managing users, roles, permissions and menus
bhry98-laravel-ready
by bhry98
Laravel Starter to manage [identity, users, RBAC, dynamic enums, and more ] for fresh laravel applications only
laravel-fortify-sanctum
by everware
Automatically integrate Laravel Fortify with Laravel Sanctum so Fortify gives out Sanctum tokens on login while maintaining default Fortify functionality like two factor authentication. Also allows the use of 'api' middleware and makes login/sessions work without cookies (makes Fortify "stateless"-ish by creating temporary sessions).
laravel-paseto
by mydaniel
Paseto (Platform-Agnostic Security Tokens) authentication guard for Laravel. A secure alternative to JWT.
laravel-core
by coderstm
Laravel Core package that provides essential core functionalities and utilities for Laravel applications.
laravel-supabase-auth
by draidel
Enterprise-grade Laravel package providing complete Supabase authentication integration with advanced security, monitoring, and scalability features
laravel-stateless-auth
by vkoori
Stateless authentication for Laravel using JWT (JSON Web Tokens). This package enables secure, token-based authentication for API endpoints.
laravel-airlock
by presttec
Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.
laravel-auth
by cetria
Laravel package providing customizable authentication API endpoints using Sanctum and Bearer tokens.
laravel-splade-breeze
by gagangborneo
Minimal Laravel authentication scaffolding with Laravel Splade.
laravel-api-generator
by arnoldkouya
Laravel API Generator: Rapid scaffolding for CRUD, Auth, and route generation
laravel-auth-signature
by aporat
A Laravel package providing a middleware for validating API requests with HMAC-SHA256 signatures
laravel-permission-scanner
Permission Scanner Tool is a scans your application for @can, @canany, and permission middleware usage in controllers, routes, and Blade views. It helps developers analyze and manage role-based access control (RBAC) by extracting all permission-related directives efficiently.