View on GitHub

reading-notes

Reading: <Login /> and <Auth />

Reading

What is Role Based Access Control (RBAC)

What is Role Based Access Control (RBAC)?

RBAC is a method of controlling access to resources by assigning roles to users and granting access based on those roles.

Share some an example of RBAC including all possible CRUD operations and correlating roles.

An example of RBAC would be an e-commerce website where users have different access to functionality based on their role, an Admin can CRUD products and handle customer’s data, while a Customer can only read products and make an order.

What are the Benefits of RBAC?

Benefits of RBAC include improved security and ease of managing access to resources.

Compare and Contrast the following two Libraries and the following questions. Yes, they are similarly named.

react-cookie library

react-cookies component

Describe some react-cookies features.

Which library would you prefer would you prefer? Why?

react-cookies - my preference is to drop components into an application, and the features found in a library I prefer to create on my own so I can make them fit my needs.