Auth API key
Usage example: User creates account through Clerk on my website. Then do some data manipulation on the website (including creation of api key per project) and then he can load that data through HTTP actions with their api key, that way I can track usage and etc. Sooo simple SaaS model, nothing super special. But i was wondering if there are any articles/advices/libraries/best practices for Convex? I know that ideally I should hash keys on creation which technically shouldnt be a problem through vercel actions.
