Skip to content

icrewsystemsofficial/sso-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSO Login Package

Installation

  1. Run composer command to install the package
composer require icrewsystems/sso-system
  1. After installing , add the env variables in the .env file
SSO_URL=
HOMEPAGE_ROUTE=
  1. Now add the login button component in the login page of the application
<x-sso::login-button />
  1. If the about component is not working, try publishing the components
php artisan vendor:publish --tag="sso-login-component"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published