Open
Description
Is your feature request related to a problem? Please describe.
As a developer with a basic-auth restricted project, I still want to use the --remote
flag in development.
Unfortunately I get an error
ERROR Failed to fetch remote storage: Authorization failed. nuxt:hub 20:02:38
Describe the solution you'd like
A way to configure auth token or basic auth cookie/credentials for the fetch
Describe alternatives you've considered
Monkeypatching or change basic auth to not be used when accessed via nuxt hub (seems risky)