Is it safe to store jwt in localstorage?
Answer / Pajkaj Kumar
Storing JWT directly in local storage can be dangerous because it exposes the token to potential theft by malicious scripts or XSS attacks. It is generally recommended to use HttpOnly cookies for storing JWTs.
| Is This Answer Correct ? | 0 Yes | 0 No |
List some benefits of json over xml?
Is it safe to store jwt in localstorage?
what is the rule for JSON syntax rules? Give an example of JSON object?
What is JSON Parser?
Is json markup language?
What is json value?
What is the file extension of JSON?
Explain jsonp in a simple language.
Is json a framework?
Explain how you can convert a string into a JSON Array?
What is serialization in javascript?
What is polyfill?