New year, new you blog post! In this long overdue part we’ll strengthen our command of loading data from the server and take a look at presenting it.
Last time we built an authentication mechanism with a pretty glaring bug - you can just set the token
in localStorage
to whatever and it’ll let you in. We need to actually read the token, and persist what we’ve read so we don’t have to do it over and over.