Download the PHP package damianociarla/oauth-bundle without Composer
On this page you can find all versions of the php package damianociarla/oauth-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download damianociarla/oauth-bundle
More information about damianociarla/oauth-bundle
Files in damianociarla/oauth-bundle
Package oauth-bundle
Short Description The DCSOAuthBundle integrates HWIOAuthBundle with FOSUserBundle in Symfony2 and allows users to login/register to your site using third party authentication.
License MIT
Homepage https://github.com/damianociarla/DCSOAuthBundle
Informations about the package oauth-bundle
DCSOAuthBundle
The DCSOAuthBundle integrates HWIOAuthBundle with FOSUserBundle in Symfony2 and allows users to login/register to your site using third party authentication.
This bundle uses an Entity, related to the FOS user table, to store the user's data retrieved by the authentication service. The data will be loaded in the user's session while the user is authenticated.
This bundle does not modify the FOSUserBundle login/registration flow. When a new user authenticates trough the DCSOAuthBundle, a new record is created in the FOS user table, but standard user data (username, password, email) will be blank.
All versions of oauth-bundle with dependencies
symfony/symfony Version 2.3.*
doctrine/orm Version >=2.2.3
doctrine/doctrine-bundle Version 1.2.*
friendsofsymfony/user-bundle Version 2.0.*@dev
hwi/oauth-bundle Version 0.4.*@dev