Today, we will combine Authentication (valid user is logged in) and Authorization (what permissions does the user have) to create a UI that ensures that users only have access to content and functionality that they’re granted access to.
Learning Objectives
Students will be able to
Describe and Define
Role based access control
Cookies
Fetch and Superagent Authorization Headers
Execute
Connect a react application to a deployed API
Login and Authorization using both “Basic Authorization” and a “Bearer Token” with a live server