Learn to Code Seattle
Learn to Code with Ado Kukic
August 2, 2017 in Seattle, WA
JSON Web Tokens (JWTs) are awesome. Let’s take a look at why using JWTs in your applications to handle authentication and authorization is awesome. We’ll start by comparing and contrasting JWTs to the more traditional session based approach, examine the ecosystem and libraries for working with JWTs, and build a demo application that utilizes JWTs.