custom-bundle/sso-auth-bundle

SSO Authentication Bundle for Symfony

Installs: 196

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:symfony-bundle

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

2.6.0 2025-10-16 11:05 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],

];