Results 15 comments of Jure Cuhalev

I've made a PR that fixes this a while ago. Still waiting for any feedback on it.

Did you manage to find a workaround/cleaner way to do this without having to move the function out of the class?

After studying this a bit more, it seems like it could open new attack vectors (as `google-plus` doesn't check `aud` response for allowed clients). So maybe it isn't such a...

I agree, I don't think there's a different way. It would be good to open a ticket against `google-plus` upstream backend, to add support for `aud` checking.

It does, but it doesn't verify token integrity: https://developers.google.com/identity/sign-in/web/backend-auth#verify-the-integrity-of-the-id-token , as far as I could see. See also the red warning at the end of here: https://developers.google.com/identity/sign-in/web/backend-auth#calling-the-tokeninfo-endpoint

I think it's something that changed in the last few days. Since this error started appearing for me today, while I had this setup with Parallels 14 for longer.

Lets give a bit more context here for maintainers: Parallels Tools: 14.0.45154 Parallels 14 for Mac Pro: Version 14.0.1 (45154) Default vagrant sync mode

Since I don't have easy access to version 13 tools, I've dug further to find the problem. The issue, at least in my case, is that I had 'auto-save' turned...

Any ideas on how would one approach that? I guess, I could write a watcher that would inspect shared folder and compare some checksums etc. but this sounds like a...

Steps to reproduce at least on my system: 1. Install vvv: ( https://varyingvagrantvagrants.org/docs/en-US/installation/ ) After running `vagrant up` first time, you'll need to do `vagrant reload` as it crashes due...