Completed
Footer username & status display
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
User Role-Based Access Control & Permissions in React JS - MERN Stack
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Starter Code & Dependencies
- 4 User Stories
- 5 useAuth hook
- 6 Footer username & status display
- 7 Welcome username & links
- 8 Header icons and navigation
- 9 NotesList access
- 10 UsersList logic
- 11 Why we still need route protection
- 12 Create a RequireAuth wrapper component
- 13 Protecting Routes with RequireAuth
- 14 Note deletion permissions