using multer, I can successfully upload any type of file to my node.js backend from my reactjs client and I can create a user as well. Now I am trying to figure out a way to only allow authenticated users to upload files. Does anyone know of any resources that can help me figure out what I need to do?