Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 325 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 325 Bytes

AuthenticationProject

  1. Learnt to use JWT for authentication.
  2. Used multer and cloudinary for uploading and saving profile picture.
  3. Implemented concept of caching by Redis at Router (/cache/:email)
  4. Learnt Data validation using MongoDB default functions.
  5. Learnt concept and implementation of cookies and headers