question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Google will disallow OAuth Out-of-band

See original GitHub issue

I received an email from Google stating that OAuth Out-of-band will be disabled sometimes later this year.

I don’t know much about OAuth, but I found 'redirect_uris': ['http://localhost', 'urn:ietf:wg:oauth:2.0:oob'], in the sources, which indicates to me that GYB is using this mechanism and thus is affected.

See https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html#disallowed-oob

Is there a way to switch GYB to a different authentication flow?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6

github_iconTop GitHub Comments

0reactions
AlfredJKwackcommented, May 14, 2022

Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Making Google OAuth interactions safer by using more secure ...
Loopback IP address flow will be disallowed for native iOS, Android and Chrome OAuth client types · OAuth out-of-band (oob) flow will be ......
Read more >
Google deprecate OAuth out-of-band (OOB) flow on October 3 ...
Hello Google OAuth Developer, We are writing to inform you that OAuth out-of-band (OOB) flow will be deprecated on October 3, 2022, to...
Read more >
Google warning on OAUTH out-of-band flow
We're writing to remind you that the OAuth out-of-band (OOB) flow will be deprecated on October 3, 2022, to protect your users from...
Read more >
How to use Google OAuth2.0 without out-of-band (OOB)
Currently this is the only information we have from Google and there is no other solution. Share.
Read more >
Control which third-party & internal apps access Google ...
Some apps use OAuth 2.0 scopes—a mechanism to limit access to a user's ... Note: For Google Workspace for Education, additional restrictions might...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found