Javascript Cookies Vs Local Storage Vs Session
02 Aug 2020
Java Script / Jquery / Ajax
The ability to quickly store information on a user's browser is an incredibly under used, powerful feature of JavaScript, and this is partia...
Continue readingLocalstorage Vs Cookies For Auth Token Storage - Why Httponly Cookies...
10 Jul 2020
Education
I often get asked whether it's better to use (http-only) cookies than localStorage to store auth tokens. It's one of the biggest misconcepti...
Continue reading