Download the PHP package vbridgecloud/c-all-app-login-bundle without Composer
On this page you can find all versions of the php package vbridgecloud/c-all-app-login-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vbridgecloud/c-all-app-login-bundle
More information about vbridgecloud/c-all-app-login-bundle
Files in vbridgecloud/c-all-app-login-bundle
Package c-all-app-login-bundle
Short Description Symfony Bundle to connect C-all applications
License MIT
Informations about the package c-all-app-login-bundle
vBridgeCloud/C-all App Login Bundle
Use this bundle to authenticate a user in a Symfony application through C-all's login app.
Installation
Require the bundle with composer
Add it to your Symfony app bundles.php
Configure it
Configure your security:
Whatever authorize endpoint you end up using (see below), it must be
Authorization endpoint
This bundle needs an endpoint to be redirected back to, either use the provided controller and route :
Or add your own route in a controller somewhere and configure it:
Optional configuration
By default, after login, your app will be redirected to the home
route. Make sure you either have a named route home
or override it through configuration with the login_redirect_path
config option.
All versions of c-all-app-login-bundle with dependencies
guzzlehttp/guzzle Version ^7.4
lcobucci/jwt Version ^4.1
symfony/config Version ^5.4|^6.0
symfony/dependency-injection Version ^5.4|^6.0
symfony/http-foundation Version ^5.4|^6.0
symfony/routing Version ^5.4|^6.0
symfony/security-core Version ^5.4|^6.0
symfony/security-http Version ^5.4|^6.0