polymer - google-signin signs in, but not out -
i'm trying build app using polymer 1.0. want use standard google-signin widget log user in google. works fine --- it's easy.
trouble is, pressing button again supposed log user out. isn't working. doesn't anything. can trace click handler, , follow code down obfuscated low-level stuff, nothing happens. there's not network traffic.
the weird thing that:
(a) demo works;
(b) when cut-and-paste demo code own app, still doesn't work.
i've gotten comparing behaviour of demo (the 1 here , app, because whatever's happening happens deep inside obfuscated auth layer somewhere.
any suggestions? possible somehow created client id doesn't allow logging out (although seems weird)?
Comments
Post a Comment