How do I get a jwtToken from outside React
However, I'd like to use a state manager outside the React scope to manage all interactions with the convex database.
From the documentation, I guess I can do that with a
ConvexClient. But then, how can I retrieve a valid jwt to authenticate those calls?