agropredict/sso-auth-bundle

SSO Authentication Bundle for Symfony

Maintainers

Package info

gitlab.com/caulfieldrafaelnew/sso-auth-bundle-agropredict

Issues

Type:symfony-bundle

pkg:composer/agropredict/sso-auth-bundle

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

v1.0.1 2026-06-29 20:28 UTC

This package is auto-updated.

Last update: 2026-06-29 20:32:31 UTC


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

];