Download the PHP package net-code/laravel-identity without Composer
On this page you can find all versions of the php package net-code/laravel-identity. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download net-code/laravel-identity
More information about net-code/laravel-identity
Files in net-code/laravel-identity
Package laravel-identity
Short Description Reusable, Sanctum-based authentication for Laravel — registration, login, password reset, TOTP two-factor, invitations, and social login — built with hexagonal ports & adapters.
License MIT
Informations about the package laravel-identity
net-code/laravel-identity
Reusable, Sanctum-based authentication for Laravel — users, registration, login and
sessions, built with hexagonal ports & adapters. Authorization (roles/permissions) is a
separate concern → net-code/laravel-access.
docs/usage.md— install, config, ports, wiring.docs/flows.md— the end-to-end flows.
v1 scope
Register · login · logout / logout-all · /me · password reset · TOTP two-factor (enable/confirm/
disable, recovery codes, login challenge) · invitations (invite / accept / revoke, typed acceptance
hook) · social login & account linking (Socialite behind a port, verified-email-only auto-link) ·
the CurrentUser port. Realm-aware schema (single realm by default).
License
MIT
All versions of laravel-identity with dependencies
illuminate/auth Version ^13.0
illuminate/contracts Version ^13.0
illuminate/database Version ^13.0
illuminate/http Version ^13.0
illuminate/routing Version ^13.0
illuminate/support Version ^13.0
laravel/sanctum Version ^4.3
net-code/laravel-bus Version ^0.1.0
net-code/laravel-domain Version ^0.1.0
net-code/laravel-kit Version ^0.3.0
laravel/socialite Version ^5.23
pragmarx/google2fa Version ^8.0
spatie/laravel-data Version ^4.23