mavo
mavo copied to clipboard
mv-init backend should not log in if source has data
Right now, mv-init triggers requests for authentication, even if it will never be used for data because mv-source includes data.
Testcase: https://codepen.io/leaverou/pen/xxWJKJR?editors=1100 (open Network panel of dev tools, you will see the requests to the GitHub API)
If the storage backend implements permissions, it needs to authenticate? Is it supposed to assume read access?
mv-init is not even relevant if source/storage have data. It doesn't matter what permissions it has.