One navbar used throughout the whole logged in user experience (navbar is properly styled and shows a placeholder image for the user)
The dropdown for the profile in the navbar should just show two links - logout (add logout functionality), + go to profile (the home page for a logged in user)
click on the navbar and move between different pages (those pages can be blank for now)
You have a higher order component that holds all information for a logged in user
Part of the goal of this ticket is to have the whole user information accessible across all pages when the user is logged in - higher order components, React context
Get user route - that just gets the details of the logged in user
We don't want to store user details too much in JWT, Why?