hoabinh / hb-sso-laravel
HoaBinh Identity SSO client for Laravel
dev-main
2026-07-31 09:07 UTC
Requires
- php: ^8.2
- hoabinh/hb-sso-core: ^1.0
- illuminate/console: ^11.0|^12.0
- illuminate/database: ^11.0|^12.0
- illuminate/http: ^11.0|^12.0
- illuminate/routing: ^11.0|^12.0
- illuminate/support: ^11.0|^12.0
This package is auto-updated.
Last update: 2026-07-31 09:39:27 UTC
README
Laravel integration for HoaBinh Identity SSO.
Requires hoabinh/hb-sso-core.
Install
composer require hoabinh/hb-sso-laravel php artisan hb-sso:install php artisan migrate
Set SSO_ENABLED=true and SSO_* env vars. See ../README.md.