trond
06/19/2017, 12:11 AMckelley
06/19/2017, 12:34 AMtrond
06/19/2017, 12:39 AMtrond
06/19/2017, 12:40 AMtrond
06/19/2017, 12:41 AMckelley
06/19/2017, 12:49 AMAuthorization
header.
From what I've read this prevents CSRF attacks (https://stackoverflow.com/a/27084126), because the browser does not automatically add the Authorization
header on-request. However, localStore is completely vulnerable to XSS since it can be accessed via JS. (https://stackoverflow.com/a/37396572)trond
06/19/2017, 12:56 AM