From f5fa50f797456a12240589161835c7ea30807195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20F=2E=20Romaniello?= Date: Wed, 19 Aug 2015 09:54:55 -0300 Subject: [PATCH] update JWT spec link. closes #112 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 527c140..f245a59 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # jsonwebtoken [![Build Status](https://secure.travis-ci.org/auth0/node-jsonwebtoken.png)](http://travis-ci.org/auth0/node-jsonwebtoken) -An implementation of [JSON Web Tokens](http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html). +An implementation of [JSON Web Tokens](https://tools.ietf.org/html/rfc7519). This was developed against `draft-ietf-oauth-json-web-token-08`. It makes use of [node-jws](https://github.com/brianloveswords/node-jws)