Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 452 Bytes

File metadata and controls

4 lines (3 loc) · 452 Bytes

Security

Tokens are accessible from JavaScript since MSAL is using HTML5 storage. Default storage option is sessionStorage, which keeps the tokens per session. You should ask user to login again for important operations on your app. You should protect your site for XSS. Please check the article here: Cross Site Scripting Prevention Cheat Sheet