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
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],
];