Mongodb – Automatically delete documents based on a condition mongoose
I have a database with users collection which contains a verified field in its schema. I want users that have not been verified 5min after account creation to be deleted. How can I do this? I am already familiar with…