node-graphql-server
node-graphql-server copied to clipboard
Reset Password Example
These boilerplates are super useful. Has anyone been able to create add a reset password route?
I am not too familiar with jwt
and node
functionality and have not found any tutorials that work with graphql-yoga
. Most tutorials use express
directly and are fairly old, 8+ months. Maybe there is a better way to do it with graphql-yoga
.
@joserocha3 there's an update password example here that might be helpful: https://github.com/graphcool/prisma/blob/master/examples/permissions/src/auth.js#L56
@pcooney10 this link is 404 for me now.