agropredict / sso-auth-bundle
SSO Authentication Bundle for Symfony
Package info
gitlab.com/caulfieldrafaelnew/sso-auth-bundle-agropredict
Type:symfony-bundle
pkg:composer/agropredict/sso-auth-bundle
v1.0.1
2026-06-29 20:28 UTC
Requires
- php: >=8.1
- doctrine/orm: ^2.0 || ^3.0
- symfony/framework-bundle: ^6.0
README
Test auto update v2
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],
];