Vinnie
11/13/2017, 10:29 AMcreateUser
without authorisation, I get stopped with an error for insufficient permissions, which is what I expect. However, when using the authorisation template providing the basic email/passwd auth, invoking the mutation signupUser
doesn’t yield any error, but actually creates the user, even though I can see the source code is (obviously) using the basic createUser
mutation.
Thoughts?