net-code/laravel-identity
Composer 安装命令:
composer require net-code/laravel-identity
包简介
Reusable, Sanctum-based authentication for Laravel — registration, login, password reset, TOTP two-factor, invitations, and social login — built with hexagonal ports & adapters.
关键字:
README 文档
README
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.
composer require net-code/laravel-identity php artisan migrate
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
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-07-12