How to do social sign-in?
Last updated
Last updated
Copyright © 2023 Deskree Technologies Inc.
You must first activate the OAUTH provider you are using.
In order to sign-up/sign in a user using OAUTH providers you must follow the three-step process:
First, create a URL for OAUTH sign-in either via or REST
Then, a user needs to be redirected to authUri
received in step 1 and authenticate using their credentials with the OAUTH provider
Finally, once the authentication is successful, the user is redirected to the provided callbackUrl
with the token
or code
variables can be found as query parameters depending on the OAUTH provider. Those parameters among others need to be passed to Sign in with OAUTH
method in or REST