In the permissions example, how do you prevent a u...
# prisma-whats-new
t
In the permissions example, how do you prevent a user creating a post on behalf of a different user? https://github.com/graphcool/framework/blob/master/examples/permissions/graphcool.yml#L13
Actually, no, all that seems to do is make sure the user is logged in.. not verify that they are the user they’re associating with the
Post
record..
Reported the issue