react-native-google-signin / google-signin

Google Sign-in for your React Native applications
https://react-native-google-signin.github.io/
MIT License
3.19k stars 878 forks source link

Google's requirements for OAuth2 requests inside webviews #1107

Closed olgaababic closed 1 year ago

olgaababic commented 1 year ago

Hi this is not a typical issue, more of a question.

Does this library covers google requirements that will be enforced in February and March of 2023?

There is also this link (deprecated Google sign in library for web) but it shouldn't cause issues with ios/android/react-native.

Thanks in advance :)

radko93 commented 1 year ago

This library uses latest official Google Sign in SDK so unlikely it's causing issues here.

vonovak commented 1 year ago

As explained by the above comment, we just expose the google's sign in SDK. I do believe that the authors of the sdk follow their own recommendations.

Thank you :)

olgaababic commented 1 year ago

Ok thank you very much!