fission-codes / dashboard

The account dashboard for the Fission platform
https://dashboard.fission.codes
GNU Affero General Public License v3.0
8 stars 0 forks source link

Fix recovery flow for accounts without filesystems #34

Closed matheus23 closed 3 years ago

matheus23 commented 3 years ago

We can't assume that a filesystem exists when someone wants to "Regain account access". Specifically, it doesn't exist when someone creates an account from the fission CLI, without ever linking it to the browser (auth lobby).

So we need to make sure we initialise a filesystem just like what the auth lobby does before we do the awake protocol.