damianociarla/oauth-bundle

The DCSOAuthBundle integrates HWIOAuthBundle with FOSUserBundle in Symfony2 and allows users to login/register to your site using third party authentication.

Maintainers

Package info

github.com/damianociarla/DCSOAuthBundle

pkg:composer/damianociarla/oauth-bundle

Statistics

Installs: 18

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

v1.0 2013-12-21 16:16 UTC

This package is not auto-updated.

Last update: 2026-02-24 10:32:28 UTC


README

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.