Collin Monahan
Collin Monahan
That's clarifying - if it's intended to be run with elevated privilege, I didn't realize. ``` % bash ./install.sh --help Starting installation. Installing CircleCI CLI v0.1.15108 Installing to /usr/local/bin install:...
Oh I did not know that, ok. I'm discovering that homebrew introduces more variables with arm64 support - somewhat averse to using it until there's an "all good for m1"...
Was this resolved? What was the issue?
When I authenticate with Google, using the example event handler from this project's doc `pwaAuth.addEventListener("signin-completed", ...`, I see in the console, ``` Access token ya29.a0...GItA Access token expiration date Sat...
As a workaround, it seems the `id_token` can be taken from the `signIn.providerData` manually, and the Google Oauth2 client library appears to validate that one. [Demo project here](https://github.com/llaenowyd/pwa-auth-google-oauth2).
I cannot recall precisely. The idea was that a monorepo may have more than one package that it might publish to npm, and that it might publish a package whose...