This is an example of Serial Document Middleware
In this example, We will write a middleware that will convert the plain text password into a hashed password before saving it in database.
This middleware will automatically kick in when creating new user or updating existing user details.
FILENA...