custom-bundle / sso-auth-bundle
SSO Authentication Bundle for Symfony
Package info
gitlab.com/CaulfieldRafael/sso-auth-bundle/
Type:symfony-bundle
pkg:composer/custom-bundle/sso-auth-bundle
3.0.0
2025-09-02 08:55 UTC
Requires
- php: >=8.1
- doctrine/orm: ^2.0 || ^3.0
- symfony/framework-bundle: ^6.0
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],
];