From d3e86bffb6f0c629cbb95e9b27432e4860d8bc5a Mon Sep 17 00:00:00 2001 From: Aaron Godin Date: Thu, 16 Jan 2020 14:06:42 -0800 Subject: [PATCH] Update README.md Co-Authored-By: Filip Skokan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71050fd4..00eb5a50 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build](https://travis-ci.org/auth0/express-jwt.png)](http://travis-ci.org/auth0/express-jwt) -This module provides Express middleware for validating and decoding JWTs ([JSON Web Tokens](https://jwt.io)) through the [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken/) module. The decoded information is provided on the Express request object. +This module provides Express middleware for validating JWTs ([JSON Web Tokens](https://jwt.io)) through the [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken/) module. The decoded JWT payload is available on the request object. ## Install