rajit
12/16/2017, 3:17 PMsignupUser
resolver could do what it does, but have verified: false
in the User
entry. authenticateUser
could check for verified: true
and there could be a new verifyUser
resolver. A subscription could watch unverified users getting created and send an e-mail with a generated token which is then verified by verifyUser
.
That's my idea but I'm wondering if anyone can make any other recommendations or offer some working examples. Cheers!radicand
12/16/2017, 3:34 PMrajit
12/16/2017, 3:35 PM