From bcc786850994c9e0f4f8f424bffe2bd6ff5d4561 Mon Sep 17 00:00:00 2001 From: Sam Liu Date: Thu, 27 Feb 2020 16:20:01 -0500 Subject: [PATCH] Update auth0 blog link to GitHub source https://github.com/dentarg/blog/blob/master/_posts/2014-01-07-angularjs-authentication-with-cookies-vs-token.markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6473591..38d76f6 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This module lets you authenticate HTTP requests using JSON Web Tokens in your [Koa](http://koajs.com/) (node.js) applications. -See [this article](http://blog.auth0.com/2014/01/07/angularjs-authentication-with-cookies-vs-token/) +See [this article](https://github.com/dentarg/blog/blob/master/_posts/2014-01-07-angularjs-authentication-with-cookies-vs-token.markdown) for a good introduction. * If you are using `koa` version 2+, and you have a version of node < 7.6, install `koa-jwt@2`.