custom-bundle/sso-auth-bundle

SSO Authentication Bundle for Symfony

Maintainers

Package info

gitlab.com/CaulfieldRafael/sso-auth-bundle/

Issues

Type:symfony-bundle

pkg:composer/custom-bundle/sso-auth-bundle

Transparency log

Statistics

Installs: 232

Dependents: 0

Suggesters: 0

Stars: 0

4.0.0 2026-06-30 08:38 UTC

README

Symfony bundle for SSO authentication using UUID tokens.

Installation

composer require custom-bundle/sso-auth-bundle

Add the following to your config/bundles.php:

return [

// ...
SSOAuthBundle\SSOAuthBundle::class => ['all' => true],

];