PHPackages                             pangodream/alisign-socialite - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. pangodream/alisign-socialite

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

pangodream/alisign-socialite
============================

Socialite driver to connect Alisign SSO Server

v1.0.1(9mo ago)12PHPPHP ^8.2

Since Oct 30Pushed 9mo agoCompare

[ Source](https://github.com/pangodream/alisign-socialite)[ Packagist](https://packagist.org/packages/pangodream/alisign-socialite)[ RSS](/packages/pangodream-alisign-socialite/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Alisign Socialite Driver
========================

[](#alisign-socialite-driver)

Socialite driver to perform Single Sign On using an Alisign SSO Server

Installation
------------

[](#installation)

### Package

[](#package)

```
my-laravel-project>composer require pangodream/alisign-socialite

```

### Files

[](#files)

```
php artisan alisign-socialite:install

```

```
Installing Alisign Socialite driver ...
→ Copied my-laravel-project\routes/alisign.php
→ Copied my-laravel-project\app\Providers/SSOServiceProvider.php
→ Copied my-laravel-project\app\Http/Middleware/CheckSSOStatus.php
→ Added reference to routes/alisign.php
→ laravel-sso configuration added to config/services.php
→ App\\Providers\\SSOServiceProvider added to bootstrap/app.php
Alisign Socialite driver succesfully installed ✅

```

Configuration
-------------

[](#configuration)

Add server details in .env file

```
SSO_BASE_URL=https://alisign.xxxxxxx.xxx
SSO_CLIENT_ID=xxxxxxxxxxxxxxxxxxxx
SSO_CLIENT_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxx
SSO_REDIRECT_URI=${APP_URL}/oauth/callback

```

Use
---

[](#use)

### Login

[](#login)

Invoke route **/auth/redirect** from any point of your aplication

For instance, append to your breeze login template the following snippet

```

     SSO Login

```

### Logout

[](#logout)

Use the logout Breeze route **(no changes at this point)**

```

    @csrf
    Cerrar sesión

```

### Renew session time if server session is alive

[](#renew-session-time-if-server-session-is-alive)

Add the **SSOCheckStatus** middleware to those routes you need to check if server session is still alive or you need to cancel local session.

For instance, the following routes under the group check the local session but also the SSO Server session

```
Route::group(['middleware' => ['auth', \App\Http\Middleware\CheckSSOStatus::class]], function () {
    Route::get('/dashboard', [\App\Http\Controllers\DashboardController::class, 'show'])->name('dashboard');

});

```

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance56

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

293d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44610297?v=4)[Pangodream](/maintainers/pangodream)[@pangodream](https://github.com/pangodream)

---

Top Contributors

[![italisecdir](https://avatars.githubusercontent.com/u/77011630?v=4)](https://github.com/italisecdir "italisecdir (2 commits)")

### Embed Badge

![Health badge](/badges/pangodream-alisign-socialite/health.svg)

```
[![Health](https://phpackages.com/badges/pangodream-alisign-socialite/health.svg)](https://phpackages.com/packages/pangodream-alisign-socialite)
```

###  Alternatives

[illuminate/auth

The Illuminate Auth package.

9328.5M1.4k](/packages/illuminate-auth)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
