λx.1Λ
Convex Community8mo ago
1 reply
λx.1

convex-rs client, waiting for auth/checking if authenticated

What is the intended way to check if my convex-rs
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?
Was this page helpful?