adrianhajdin/project_mern_memories

React OAuth2 | Google - New Migration

Gamechanger-coder opened this issue · 1 comments

Hello, i had a problem with google authentication.. The Migration is old. I solve the problem. :)

My Code:

import { GoogleLogin } from '@react-oauth/google';
import { GoogleOAuthProvider } from '@react-oauth/google';

( } variant="contained"> Google Sign In )} onSuccess={googleSuccess} onFailure={googleFailure} cookiePolicy="single_host_origin" /> ;
Mre55 commented

@Gamechanger-coder

Hello, i had a problem with google authentication.. The Migration is old. I solve the problem. :)

My Code:

import { GoogleLogin } from '@react-oauth/google'; import { GoogleOAuthProvider } from '@react-oauth/google';

( } variant="contained"> Google Sign In )} onSuccess={googleSuccess} onFailure={googleFailure} cookiePolicy="single_host_origin" /> ;

I tried that but not working for me.