The application base on JWT token as authorization. As my knowledge it should be storage in web storage of my my Firefox.
I've checked cookies, local/session storage and I can't find it there. The authorization token must be somewhere because is attached to my every HTTP request.
I won't fetch it from header, I just wanna be sure if its stored in browser.
is it possible that Firefox hide auth tokens or JWT is client-side generated (yea, it would be security vuln then).