Decoding Tokens in Web
In web, tokens are a tool to ease the process of authentication. As we know HTTP is a stateless protocol, i.e. the information from one request is not carried forward in other requests served through the browser.
Moreover, coming to their primary use...
velourblogs.hashnode.dev3 min read