ROUTE_REDIRECT
ROUTE_REDIRECT = 'social'
Class SocialController Handles requests pertaining to login and registration through social media providers
$socialManager : \Social\Service\SocialManager
Object where much of the (database) logic is handled
__construct(\Social\Service\SocialManager $socialManager)
Instantiate class and inject SocialManager
\Social\Service\SocialManager | $socialManager |
startLoginAction() : \Zend\View\Model\ViewModel
Action that is requested when user clicks on social auth image/link on login page (when login and/or registration is NOT enabled) NOTE: Remove from AccessControlList if login and/or registration is enabled
startRegistrationAction() : \Zend\View\Model\ViewModel
Action that is requested when user registration via social login is enabled and user clicks on the image/link on the registration page NOTE: Remove from AccessControlList if not enabled just to be sure
startLoginOrRegistrationAction() : \Zend\View\Model\ViewModel
Action that is requested when user clicks on social auth image/link on login page (when login and/or registration IS enabled) NOTE: Remove from AccessControlList if not enabled