react-google-login icon indicating copy to clipboard operation
react-google-login copied to clipboard

Embedded webviews will be blocked as of September 30, 2021

Open meatripoli opened this issue 3 years ago • 2 comments

Fix: You can add a query parameter to your authorization request URI to test for potential impact to your application before September 30, 2021. The following steps describe how to adjust your current requests to Google's OAuth 2.0 Authorization Endpoint to include an additional query parameter for testing purposes.

Go to where you send requests to Google's OAuth 2.0 Authorization Endpoint. Example URI: https://accounts.google.com/o/oauth2/v2/auth Add the disallow_webview parameter with a value of true to the query component of the URI. Example: disallow_webview=true

Link to the article: https://developers.googleblog.com/2021/06/upcoming-security-changes-to-googles-oauth-2.0-authorization-endpoint.html

meatripoli avatar Oct 23 '21 18:10 meatripoli

Any updates?

manjuy124 avatar Nov 04 '21 10:11 manjuy124

+1

ashwinkhode avatar Dec 24 '21 06:12 ashwinkhode