The auth provider should in this case probably return a variant similar to this. ```rescript type loggedInStatus = | Web3AndDb | Web3Only | DbOnly(Ethers.address) | NotLoggedIn ```