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).
Adopt if:
Look elsewhere if:
/login) or limited config options could require forks."This package lets us integrate Ivers authentication into our Laravel app with minimal dev effort—think of it as ‘plug-and-play SSO.’ It’s a lightweight, MIT-licensed solution that could save us 3–6 months of custom OAuth development, assuming Ivers remains our sole IdP. The trade-off? We’d need to validate its compatibility with Ivers’ current API and monitor for updates, but the cost/benefit for [specific use case, e.g., ‘unifying our tenant logins’] is clear."
*"The package replaces Laravel’s default auth middleware with Ivers-specific logic. Key pros:
/login to avoid overlaps.Risks:
Recommendation: Pilot this for [non-critical feature] first, then assess if we can extend it for [larger goal, e.g., ‘multi-tenant auth’]."*
How can I help you explore Laravel packages today?