ithilbert / userauth
User Auth system with Roles
dev-main
2026-02-17 15:10 UTC
This package is auto-updated.
Last update: 2026-03-09 12:10:14 UTC
README
Beschreibung: User Auth system with Roles.
Dokumentation
Die ausführliche Dokumentation befindet sich im Ordner docs/:
Installation
composer require ithilbert/userauth
Konfiguration
Audit Logs (Optional)
Um das Audit-Logging für Login-Versuche zu aktivieren, fügen Sie folgende Zeile zu Ihrer .env Datei hinzu:
USERAUTH_AUDIT_LOG_ENABLED=false USERAUTH_2FA_ENABLED=false
Namespace
ITHilbert\UserAuth