|
|
|
|
|
by paradite
969 days ago
|
|
There are valid use cases and complex interactions between multiple systems where the only solution is client handling of user token. Also, sessionStorage is a web standard and it is designed to store data to be used in the session. If you think frontend devs shouldn't use it because they are incompetent at handling XSS, then maybe backend devs should also not use databases because they might leave the port open to public internet. |
|