I have an external server (Hono), I would like to consume my existing ConvexAuth on this server. I don't know if this is possible but I'm open to ideas and suggestions.
I already use ConvexAuth for my application to protect mutations and actions. I want to expose a 3rd party server convex to the client and accept request only from authenticated users from Convex Auth. Is this possible?