cleaniquecoders/laravel-config-sso

Database-backed SSO provider configuration for Laravel with a Livewire + Flux admin UI.

Maintainers

Package info

github.com/cleaniquecoders/laravel-config-sso

pkg:composer/cleaniquecoders/laravel-config-sso

Fund package maintenance!

Cleanique Coders

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.2 2026-06-09 03:31 UTC

This package is auto-updated.

Last update: 2026-06-09 03:32:13 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Manage single sign-on (SSO) identity providers from your database — no .env juggling, no redeploys. Providers (Google, GitHub, GitLab, Bitbucket, Keycloak, Azure AD) are stored with an encrypted client secret, exposed through a Laravel Socialite redirect/callback flow that finds-or-creates and links the local user — plus an optional Livewire + Flux admin screen to manage them.

  • 🔐 DB-backed providers, encrypted client_secret and OAuth token_data
  • 🧩 Core drivers via laravel/socialite; Keycloak / Azure via optional socialiteproviders/*
  • 🖥️ Optional Livewire 4 + Flux admin UI (create / edit / enable / delete)
  • 🧱 App-agnostic — configurable user model, table names, and authorization gate
  • ✅ Laravel 12 & 13, PHP 8.2+

Quickstart

composer require cleaniquecoders/laravel-config-sso
php artisan config-sso:install   # publishes config + runs migrations

Point the package at your user model and admin gate in config/config-sso.php, then add the login buttons to your login view:

<x-sso />

Add a provider (in the admin screen or by seeding SsoProvider) and it appears on your login page.

Login page (<x-sso />) Admin UI (Livewire + Flux)
Login buttons Admin UI

Documentation

Full documentation lives in docs/:

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.