Riyazahmed Panarwala
Riyazahmed Panarwala
i have the same issue in next js
"mongoose": "^5.2.0", "nodemailer": "^4.6.7",
i am using same code as per examples in this module.
It will be great if you upgrade the version because i can use mongoose for other things too in my project,
I have updated package.json of this module to "mongoose": "^5.2.2", "nodemailer": "^4.6.7", And it works with mongo 4.x.
However i need to add this line { validateBeforeSave: false }, when confirming temp user to real user. user.save({ validateBeforeSave: false }, function(err, savedUser) {}
Does user decrypt the message with his own public and private key if user has encrypted a message with his private key and other user's public key?
Any update on above issue ?? I got the same thing