custom-bundle/sso-auth-bundle

SSO Authentication Bundle for Symfony

Installs: 203

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:symfony-bundle

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

3.0.0 2025-09-02 08:55 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],

];