I'm a little confused about the usage of `authenti...
# prisma-whats-new
t
I'm a little confused about the usage of
authenticateAnonymousUser()
. I can create the user using a secret string, but there is other information I would like to attach to the User record. Would I just subsequently run a
updateUser
mutation as well, or is there a better way to do it?