Web browser keeps the old JWT in cache when switching user’s session
I have a problem in my Nuxt3-based website where when I log in to an user account, then log out and log in to another user account, the generated JWT isn’t taken in account by my browser.
Nuxt3: Web browser keeps the old jwt in cache when switching user’s session
Beginner dev here!