Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

OAuth oob flow will be deprecated #44

Open
Skeltzer opened this issue Aug 24, 2022 · 2 comments
Open

OAuth oob flow will be deprecated #44

Skeltzer opened this issue Aug 24, 2022 · 2 comments

Comments

@Skeltzer
Copy link

Skeltzer commented Aug 24, 2022

In a blog post earlier this year, Google announced that the "OAuth out-of-band (oob) flow will be deprecated" and will no longer work as of October 3, 2022. Will this package still work after that date?

@bogdanGR
Copy link

I already get this type of error message (http://prntscr.com/6JVCsfHHNVk_) with this API :(

@nksubin
Copy link

nksubin commented Oct 26, 2022

Create credentials in google console with application type web app
and add your redirect domain there

Go to vendor/rapidwebltd/php-google-oauth-2-handler/src/GoogleOAuth2Handler.php

change this ->client->setRedirectUri('urn:ietf:wg:oauth:2.0:oob');
to ->client->setRedirectUri('**DOMAIN you provided in Developer console**');

and now try to do the set up, it worked for me...

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants