jonagh / gapi-querier

Tool for running Google APIs, and to play with google auth and stuff.
GNU General Public License v3.0
102 stars 35 forks source link

Migrate to Google Identity Services #10

Closed amaharana closed 2 years ago

amaharana commented 2 years ago

As per notice in the migration guide, Google has deprecated the Google Sign-In Platform Library. This pull request migrates to the newer Google Identity Services. As a side-effect, it also gets rid of the "popup_closed_by_user" error in cases where popups are already enabled yet this error pops up.

amaharana commented 2 years ago

Hosted at https://amaharana.github.io/gapi-querier/.

jonagh commented 2 years ago

Awesome, I've been meaning to do this but haven't had much time. I'll try to test and merge this in the next week. Thanks!