beto/laravel-sso

Login to Laravel applications with BeTo SSO

1.0.2 2023-11-29 20:43 UTC

This package is auto-updated.

Last update: 2024-04-17 08:24:56 UTC


README

BeTo Logo

SSO for Laravel

Version PHP Version Laravel Version Jetstream Version

GitLab Latest Stable Version Total Downloads License Laravel Version Jetstream Version PHP Version Contributions Welcome

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' => [],