jso icon indicating copy to clipboard operation
jso copied to clipboard

Unable to get token from google oauth

Open rec7y33 opened this issue 3 years ago • 1 comments

Hi, I am trying to use jso to get google token, but the token returned from client.getToken(opts) .then((token) => { console.log("I got the token: ", token) }) ...

is undefined.

Please advise, thanks.

rec7y33 avatar Aug 02 '21 02:08 rec7y33

You should probably use the new OneTap method from Google. I used it within another plugin (uppy) works fine up to the point where you also need gapi somehow...

cgencer avatar Jul 22 '22 11:07 cgencer