Looking to hire Laravel developers? Try LaraJobs

laravel-config-sso maintained by cleaniquecoders

Description
Database-backed SSO provider configuration for Laravel with a Livewire + Flux admin UI.
Last update
2026/06/09 05:32 (dev-main)
License
Downloads
1 248

Comments
comments powered by Disqus

Laravel Config SSO

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.