netgen / ez-social-connect
Bundle for eZ Publish which enables sign in with various social networks
Installs: 183
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 8
Forks: 6
Open Issues: 2
Type:ezplatform-bundle
Requires
- doctrine/orm: ~2.4
- ezsystems/ezpublish-kernel: *
- hwi/oauth-bundle: ~0.4.0
Requires (Dev)
README
As the impact of social media grows, most sites like to provide login via social networks like Facebook and Twitter. This bundle makes use of HWIOAuthBundle to provide the ability to log in to eZPublish-based sites via social networks.
Features
- A new eZ user is created when logging in with social network for the first time.
- The following data is fetched (if available) - user id, real name, email, profile picture.
- Existing users can be linked to and unlinked from their social network account easily.
- All relevant configuration can be defined per siteaccess.
Known issues
- The resource owner entity needs to be overriden from HWIOAuthBundle to enable siteaccess-specific client ids and keys. For now, we only support Facebook, Google, Linkedin and Twitter.
- The bundle is based on HWIOAuthBundle 0.4, which supports Symfony >= 2.3, < 3.0. Symfony 3 is not supported yet.
License, docs and installation instructions
Copyright
- Copyright (C) 2018 Netgen. All rights reserved.