-
Notifications
You must be signed in to change notification settings - Fork 111
Autentication should implement new API gapi.auth2 #40
Comments
I look that soon. |
@maximepvrt do you have in mind update the library to oauth 2.0? The library auth is already deprecated https://developers.google.com/api-client-library/javascript/reference/referencedocs#gapiauthauthorizeparams--------callback There is a risk to impact the apps using this project in case Google disable the library. |
Something to be aware of: The new gapi.auth2 API does not work when the "third party cookies" checkbox in Chrome is ticked, nor in Safari or Chrome's Private Browsing mode, or any other system where third party use of sessionStorage is limited. They have no plans to fix this. So if you upgrade it could actually cause more problems. |
@EugeneZ Thanks for the info. This seems crazy. Disabling third party cookies is a recommended privacy practice. |
@lukecwilliams It looks like they might be fixing it, maybe. In the meantime, I have replaced all use of GAPI's javascript client with regular OAuth and REST libraries. |
@EugeneZ Thanks for the response. We are rolling back the effort to use pop-up authentication, and implementing only the Authentication URL version. |
Google has recently updated the API Sign-in Libraries. It should be replaced by the currently used in the project
More details here https://developers.google.com/identity/sign-in/web/reference
The text was updated successfully, but these errors were encountered: