Skip to content

Commit d3e86bf

Browse files
Aaron Godinpanva
authored andcommittedApr 7, 2020
Update README.md
Co-Authored-By: Filip Skokan <panva.ip@gmail.com>
1 parent c5d8419 commit d3e86bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build](https://travis-ci.org/auth0/express-jwt.png)](http://travis-ci.org/auth0/express-jwt)
44

5-
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.
5+
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.
66

77
## Install
88

0 commit comments

Comments
 (0)
Please sign in to comment.