How is mutation authentication supposed to work?
in the posts.ts inside the convex folder there is this code
There is no check for what user is running this code and seemingly no safe guards against a bad actor trying to post as another user.
Am I missing something or is there more to add for a production ready app?

