Plugin Support
Laszlo
(@laszloszalvak)
Hi @oyshiu
I am sorry, we don’t have an AJAX login option in Nextend Social Login.
In Nextend Social Login we use the OAuth2 authentication and Authorization protocol. What the frontend user usually see when the social button is clicked, is the following
-the person will be redirected to the authentication endpoint of the provider
-the person need to login to his/her social media account
-then authorize your App
-after that the App will redirect the person back to your site and will be logged in.
( Note: If the authentication is handled over popup, after a successful authentication the popup will be closed and it will trigger refreshing the opener page -> the user will be logged in. )
Best regards,
Laszlo.
Thread Starter
oyshiu
(@oyshiu)
Hi @laszloszalvak!
Thanks for the detailed explanation! I will try another way to do it then. Thanks