guruahn / vue-google-oauth2

🔌 Handling Google sign-in and sign-out for Vue.js applications
MIT License
183 stars 55 forks source link

getBasicProfile() headers changes periodically #75

Closed abdelkarimAzzouguagh closed 2 years ago

abdelkarimAzzouguagh commented 2 years ago

Hi,I have a question about obtaining a user's information through the getBasicProfile() method. This method, until recently, returned a json with the user information and its headers were, for example, the email address was "lv". Today trying it again, instead of "lv" it had changed to "yv" and this has already happened to me 3 times. Is this due to the fact that google changes it periodically, or is it the library that changes the headers periodically?

Desktop