Skip to content

Episode 9 - Ditching Cookies for JSON Web Tokens

Updated: at 09:09 PM

Great screencast that will help you switch your REST APIs to use JSON Web Tokens

In this tutorial screencast we’ll look at how to implement JSON Web Tokens (JWT’s) by building a simple single page application that leverages this simple form of Token based authentication.

We’ll use Koajs on the server side, Angularjs on the client side and the jsonwebtoken package to show you the basics of JWT’s in just a few minutes of your time.

Read more from the source: knowthen.com