Replaces the stored user payload without changing the token.
void updateUser(Map<String, dynamic> user) { storage.writeJson(userKey, user); }