|
|
|
|
|
by LimaBearz
1861 days ago
|
|
Too funny I haven’t been doing front end for very long, maybe a few years.. I knew of the existence of JWT so that’s what I ended up rolling with on my first true frontend heavy project. JWT token tutorials are an excellent example of my theory that “the internet doesn’t know shit, don’t trust it”. Case in point google “JWT ReactJS”. 8/10 tutorials are storing them in localstorage. At the time I knew literally nothing but I knew that was dumb as hell |
|
Why? If you're worried about XSS, remember you're already toast in a million ways - including the ability to spoof a login/password form.