Technical difference between session and token based auth
问题 Im writing my bachelors in which i need to figure out which authentication/authorization method fits best with the company i'm collaborating with. So i've been comparing the session and token based auth methods but there are a few points that are unclear to me about how tokens work and how they are better than session authentication: The only benefits that are 100% clear to me are that tokens can be used from clients that doesn't have a cookie store and that they can be used with different