kankanamge/iversauth
Laravel auth middleware/service provider to authenticate users via the Ivers authentication site. Install with Composer, register AuthServiceProvider, replace the default auth middleware, publish config, and set your Ivers app/site URL (avoid using /login).
vendor:publish behavior changes).auth middleware in app/Http/Kernel.php only for non-critical routes first.auth middleware./login to Ivers Auth’s endpoint (ensure no conflicts).vendor:publish behavior.config/ivers_auth.php (validate credentials).auth()->user()).| Failure Scenario | Impact | Mitigation |
|---|---|---|
| Ivers Auth API downtime | All users locked out | Local auth fallback or maintenance page |
| API key compromise | Unauthorized access | Rotate keys; monitor usage logs |
| Laravel/PHP version mismatch | Broken auth flow | Containerized deployment with pinned versions |
| Missing CSRF protection | Session hijacking | Add VerifyCsrfToken middleware |
| No rate limiting | API abuse | Implement Laravel queue for throttling |
telescope for logging auth requests).How can I help you explore Laravel packages today?