• Resolved oyshiu

    (@oyshiu)


    Hello!

    My page has a form and at the bottom the registration button. Is it posible to register without reloading the page?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Register without reload?’ is closed to new replies.