You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realize that the SocialLoginLink component acts a way for users to 'register' as well as 'login' using a social provider. How do I differentiate between a user using the SocialLoginLink component successfully for the first time (aka signing up with our app) and the user using it to simply login. I want to be able to catch a successful 'social registration' and redirect them to interfaces that should only appear after a successful sign up, not a 'login' per se.
The text was updated successfully, but these errors were encountered:
I guess what I want to know is if there is a callback for a successful Social Login, and if I can also differentiate if this Social Login was in fact a 'social register' of sorts (so socially logging in for the very first time).
I realize that the SocialLoginLink component acts a way for users to 'register' as well as 'login' using a social provider. How do I differentiate between a user using the SocialLoginLink component successfully for the first time (aka signing up with our app) and the user using it to simply login. I want to be able to catch a successful 'social registration' and redirect them to interfaces that should only appear after a successful sign up, not a 'login' per se.
The text was updated successfully, but these errors were encountered: