-
Notifications
You must be signed in to change notification settings - Fork 310
Description
The template for Google Auth appears to be using Google's 'platform.js'
According to https://developers.google.com/identity/sign-in/web/reference
We are discontinuing the Google Sign-In JavaScript Platform Library for web. The library will be unavailable for download after the March 31, 2023 deprecation date. Instead, use the new Google Identity Services for Web.
By default, newly created Client IDs are now blocked from using the older Platform Library, existing Client IDs are unaffected. New Client IDs created before July 29th, 2022 can setplugin_name
to enable use of the Google Platform Library.
The docs suggest that adding 'plugin_name' to the argument passed to gapi.auth2.init() will allow recently created client_ids to work (I haven't succeeded yet), but I think the better solution is to move to Google's new Identity Services API.