chai-backend
chai-backend copied to clipboard
A video series on chai aur code youtube channel
When the **`refreshToken`** is generated, while login the user then, it will stored in the database then the next step is to logout the user. Logout of the user there...
Hi, so if a registered user calls the "register" api again with avatar and coverImage field in body then multer uploads the files in public/temp and there is no unlinking...
By updating the callback function of validation array to check for undefined field
I have used optional chaining for the coverImage local Path constant. I think we don't need to add any other functionality for its local path. Please check it once. It's...
this is a test pull request. please ignore it.
Hello Sir , In routers while the request coming through middleware, the file which are coming in requests are creating even if the user.controller.js gives an error while execution. We...
Fix password hashing problem.. without this passwod is saving in plaintext i mean (without hashing)