Jacob Schatz
Jacob Schatz
I got it working, but I don't know what I did. I just switched a few branches and it worked again.
I don't think so. I just run `yarn build`. It is happening again for me with my latest `yarn build`. I can't see to get rid of this time.
AFAICT I am using your package and Vue CLI 3 without any extra customization.
Also I found out that if I set `filenameHashing: false` it works. If I leave the `filenameHashing` default it fails.
I narrowed it down to one line. Which I removed and everything works. There's something wrong with dynamic importing and I don't know if it's this library or vue cli...
One thing I am not sure of is if "everything is a function" in foi or not. @getify what's your thoughts?
@robotdan @mark-robustelli I am confused. As a user of FusionAuth, I supposed to call Google to get the access token using the refresh token that is initially returned? I know...
To be clear all I need is the access token so I can call Google API's and I need that to be refreshed somehow. The token that comes back from...
Honestly @mooreds if it was clearer that the `token` is a refresh token I might expect it to disappear. In many flows a refresh token is only provided once. The...