How to do social sign-in?
Overview
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:
Then, a user needs to be redirected to
authUri
received in step 1 and authenticate using their credentials with the OAUTH provider
Last updated