Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 231 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 231 Bytes

Role-Based-Access-Control

  1. Learnt AUthentication via Passport JS.
  2. Understood the concept of RBAC.
  3. Created two user roles: Admin and User.
  4. Provided access to update data to the admin only.
  5. Provided protected routes.