Social Login Settings

Social login refers to the ability to log into an eClass LMS using an existing account from a social media platform such as Facebook, Google, or Twitter. This eliminates the need for users to create a new account and password for each website or application they use.

Social login is a feature that allows users to authenticate or sign in to an eClass LMS or application using their existing social media account. It simplifies the registration process for users, and it also helps the eClass LMS or application to gather more information about their users.

This feature is popular among users because it eliminates the need to remember multiple usernames and passwords. It also helps to increase website or application's user engagement and conversion rates.

Login to Admin->Site Settings->Settings.

Here, you will be enable login with Facebook, Google, Amazon GitLab, LinkedIn and Twitter.

Callback URL

A Callback URL is a web address that an application or service is configured to send a request to after a specific event or action has occurred. In other words, a callback URL is a URL that is used to send a response back to the original application or service after some action has been completed. This is commonly used in web development and API integration.

For example, in a web application that allows users to log in with their social media accounts, the callback URL is the address that the social media platform redirects the user to after they have successfully logged in. The application can then use the information provided in the callback to log the user into the application.

Another example, when a user of a mobile application makes a purchase, the application sends a request to a payment gateway to complete the transaction. The payment gateway will then send a response to the callback URL specified by the application to confirm the status of the transaction.

Callback URLs are typically used in conjunction with webhooks and API calls, and are used to send and receive information in real-time. It's important to make sure that the callback URL is secure and that only authorized parties can access it.

Last updated