I\'m familiar with Web Storage APIs and cookies but I can\'t figure what is the most secure way to store an authentication token. I\'m wondering if this might break any thir
Checkout this for motivation
The most secure option is in-memory. Checkout this for a deep dive