beto / laravel-sso
Login to Laravel applications with BeTo SSO
Installs: 71
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/beto/laravel-sso
Requires
- php: ^8.2
- beto/laravel: ^1.1
- laravel/framework: ^10
- laravel/jetstream: ^2.12
README
SSO for Laravel
Setup
Setup the .env
variables:
SSO_SERVER_URL
SSO_PLATFORM_ID
SSO_PLATFORM_KEY
composer require beto/laravel-sso
php artisan vendor:publish --tag beto-sso
Update config/fortify.php
with the following values (these are configured in the SSO Server)
'views' => false,
'features' => [],