Protecting Authentication Tokens: Safe Storage Methods
Introduction
Authentication tokens are cryptographic strings generated by the server and sent to the client upon successful login. Since the browser/server relationship is "stateless," there needs to be an efficient method for storing these tokens. T...
subhajit-d.hashnode.dev4 min read