Google signin with code
If I'm not mistaken the google sign in flow ( don't want to use client side call ) is like this:
call auth.signin.social to get a url
the frontend redirects to that url . after selecting account . redirect_uri will have "code" in seach params
here I'm stuck . How do I use the code to get the user info and save it to the db tabel
call auth.signin.social to get a url
the frontend redirects to that url . after selecting account . redirect_uri will have "code" in seach params
here I'm stuck . How do I use the code to get the user info and save it to the db tabel
