Hi. I verify the token I get from google client. This works fine in browser and I can verify my tokens from my server. But the authToken which I get from this plugin cannot be verified by Google.
My sample token I get from browser:
eyJhb...w => 1222 character length
My sample token I get from plugin:
eyJhb...g => 1121 character length
It seems the authToken has been corrupted. Any idea?
Hi. I verify the token I get from google client. This works fine in browser and I can verify my tokens from my server. But the authToken which I get from this plugin cannot be verified by Google.
My sample token I get from browser:
eyJhb...w
=> 1222 character lengthMy sample token I get from plugin:
eyJhb...g
=> 1121 character lengthIt seems the
authToken
has been corrupted. Any idea?