icrewsystems/sso-system

There is no license information available for the latest version (dev-master) of this package.

Maintainers

Package info

github.com/icrewsystemsofficial/sso-system

Type:project

pkg:composer/icrewsystems/sso-system

Statistics

Installs: 108

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2025-07-30 14:42 UTC

This package is auto-updated.

Last update: 2026-03-29 01:01:13 UTC


README

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"