convex-rs client, waiting for auth/checking if authenticated
ConvexClient is done authenticating with the backend after calling ConvexClient::set_auth(..). AFAIAA it just shoots the auth message to the server and does not act on a response.So I would have to "poll"/retry endpoints which require a user to be logged in?
