-
-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-google-login deprecated, migration must be done before March 31, 2023 #22
Comments
Hey, I think I can work on this issue can you please assign me the task. |
@Prath-11 if you've worked on the issue, please submit your PR and I'll merge it to the code base. |
@Sarvgt007 Thanks very much. I have merged your PR to the main. |
Oh Thanks to you @panshak |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following the instructions to run the source code, when I try to sign-in from google the following error is shown in the console:
Object { error: "idpiframe_initialization_failed", details: "You have created a new client application that uses libraries for user authentication or authorization that will soon be deprecated. New clients must use the new libraries instead; existing clients must also migrate before these libraries are deprecated. See the Migration Guide for more information." }
It seems that this is because the app uses react-google-login, and react-google-login uses the "Google Sign-In JavaScript Platform Library" which will be discontinued after March 31 2023. react-google-login is no longer maintained as well.
The text was updated successfully, but these errors were encountered: