<Login /> and <Auth /><Auth /> componentRedux to do this (we want to prevent specific implementations from being mandated)// The div only shows if you are logged in
<Auth>
<div />
</Auth>
// The div only shows if you are logged in AND have read permissions
<Auth capability="read">
<div />
</Auth>
role based access control