In Part 1 of this tutorial, we talked about what exactly a JSON Web Token (JWT) is, and walked through exactly how to build our very own JWT from scratch. To quickly recap what we learned: A JWT is a string that contains an encoded header, payload, and a verification signature They are in the […]
↧