https://github.com/oneall/social-login-drupal-events
EventSubscriber example module for OneAll Social Login for Drupal.
https://github.com/oneall/social-login-drupal-events
Last synced: about 1 month ago
JSON representation
EventSubscriber example module for OneAll Social Login for Drupal.
- Host: GitHub
- URL: https://github.com/oneall/social-login-drupal-events
- Owner: oneall
- Created: 2019-07-05T13:10:32.000Z (about 7 years ago)
- Default Branch: drupal/8.x
- Last Pushed: 2019-07-08T15:31:15.000Z (about 7 years ago)
- Last Synced: 2025-02-21T14:14:39.444Z (over 1 year ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Social Login Event Subscriber Example
EventSubscriber example module for OneAll Social Login.
In this example module, the custom fields `first_name`, `last_name` and `full_name`
are populated with the data retrieved from the social network profile after a user
has registered using a social network account.
You can modify the `SocialLoginSubscriber.php` file in order to add your custom
data processing.
Depends on our Social Login module for Drupal 8.x:
https://github.com/oneall/social-login-drupal/tree/drupal/8.x
## About Us
Social Login is maintained by [OneAll](https://www.oneall.com/). OneAll, a technology company offering a set of
web-delivered tools and services for establishing and optimizing a site's connection with social networks.
## License
The **GNU General Public License** (GPL) is available here:
https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
**Fork us on Github!**