I want to store the user credentials in JWT for login and verification. What is the recommended way to transmit via the network and where to store that JWT at browser end?
I am thinking about either sessionStorage or HTTPOnlyCookie. Is there any other way?
This not about any error resolution. Just want to know about better security practices.