Is storing a short lived JWT on initial login in LocalStorage safe?
I was reading this question and still have doubts about my use case.
I know it’s unsafe to store a JWT in local/session storage due to XSS attacks. But what if it’s for a JWT that only lasts 1 min when they first login? The client would th… Continue reading Is storing a short lived JWT on initial login in LocalStorage safe?