From a22b79d382ac572eafb971f3952db07dec4405b9 Mon Sep 17 00:00:00 2001 From: Arjan Keeman Date: Mon, 29 Aug 2016 09:06:03 +0200 Subject: [PATCH] draft-ietf-oauth-json-web-token-06 --> rfc7519 The README says this package is conform rfc7519 (May 2015) rather than just the 6th draft (valid until June 2013). The implementation seems indeed to be compatible with the rfc. --- src/JWT.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JWT.php b/src/JWT.php index 6d30e941..bd1b2f06 100644 --- a/src/JWT.php +++ b/src/JWT.php @@ -8,7 +8,7 @@ /** * JSON Web Token implementation, based on this spec: - * http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-06 + * https://tools.ietf.org/html/rfc7519 * * PHP version 5 *