adrianhajdin / project_mern_memories

This is a code repository for the corresponding video tutorial. Using React, Node.js, Express & MongoDB you'll learn how to build a Full Stack MERN Application - from start to finish. The App is called "Memories" and it is a simple social media app that allows users to post interesting events that happened in their lives.
https://youtube.com/playlist?list=PL6QREj8te1P7VSwhrMf3D3Xt4V6_SRkhu
4.96k stars 1.83k forks source link

React OAuth2 | Google - New Migration #127

Open Gamechanger-coder opened 2 years ago

Gamechanger-coder commented 2 years ago

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';

( )} onSuccess={googleSuccess} onFailure={googleFailure} cookiePolicy="single_host_origin" /> ;
Mre55 commented 2 years ago

@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.