In many of my previous projects with auth I used localstorage or sessionstorage to store the JWT. Trying to use http only secure cookies, the only issue I am running into is trying to a seperate header component from a login component. For example, using localstorage or sessionstorage I would often have a header component that looks like: With the