Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 392 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 392 Bytes

Authorization

  1. Run npm install to install the dependencies
  2. Run npm start to run the server

Task 01 - Only authorized user can edit or delete tweets

Only loggedin user who created a tweet can edit or delete the tweet. Remaining users are unauthorized to edit or delete others tweet

Exercise 02 - Only authorized user can edit or delete user

Don't allow me to delete you!