From 494b63caebf08d9479fb92bf33b591002bb441dc Mon Sep 17 00:00:00 2001 From: Sebastian <3441183+BattleBas@users.noreply.github.com> Date: Wed, 24 Oct 2018 09:18:46 -0500 Subject: [PATCH] Update RFC link Old link led to a page that was just a link to this new page. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d064e4e..e72b0a5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ In short, it's a signed JSON object that does something useful (for example, aut The first part is called the header. It contains the necessary information for verifying the last part, the signature. For example, which encryption method was used for signing and what key was used. -The part in the middle is the interesting bit. It's called the Claims and contains the actual stuff you care about. Refer to [the RFC](http://self-issued.info/docs/draft-jones-json-web-token.html) for information about reserved keys and the proper way to add your own. +The part in the middle is the interesting bit. It's called the Claims and contains the actual stuff you care about. Refer to [the RFC](http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html) for information about reserved keys and the proper way to add your own. ## What's in the box?