lcbrq / openmage-social-login
Add social login to OpenMage website within SocialConnect library
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 0
Forks: 2
Open Issues: 0
Type:magento-module
pkg:composer/lcbrq/openmage-social-login
Requires
- php: >=7.4.0
- guzzlehttp/guzzle: ^7
- guzzlehttp/psr7: ^2
- php-http/guzzle7-adapter: ^1
- socialconnect/auth: ^3
This package is not auto-updated.
Last update: 2025-12-15 15:52:30 UTC
README
Simple Social Login module for OpenMage based on SocialConnect library.
Usage
Configure providers within System -> Store -> Configuration -> LCBRQ -> Social Login
Add following code to your login and register templates:
<?= $this->getChildHtml('sociallogin') ?>