How to Implement Sign Up with Google using the typescript client library in a React Application
-
Hi,
I'm trying to implement Sign Up and Sign in with Google using the typescript client library in a react application but I can't find a documentation of how to do that with the client library.Here is what I have done so far:
i. I have set up the Identity provider (google) on my fusion auth dashboardWhat I need:
API docs of how to implement signIn/signUp with google using the typescript client library (on the frontend) -
I'm not quite sure what you are asking for. Are you using FusionAuth hosted login pages? If so, the 'sign in/sign up with google' button should be present for any FusionAuth application you've configured it for.
If you are not, you are responsible for starting off the sign in/sign up process on your own and then calling the 'complete login' API as documented here: https://fusionauth.io/docs/v1/tech/apis/identity-providers/google#complete-the-google-login
Which approach are you taking?