Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Duncan committed Sep 11, 2017
1 parent f40d6e4 commit 50e3cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ Using the following Authorization header:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmaXJzdG5hbWUiOiJKb2huIiwibGFzdG5hbWUiOiJEb2UifQ.uJyAj8F-CDk7gsmnOKi8jkslaSVQOrM9at2RBEY8-lo
```

You will receive the response `Hello, John Doe`.
You will receive the response `Hello, John Doe`. All claims will be available on `req.token`, this example simply has a first name and last name in the JWT claims.

## License
MIT License
Expand Down

0 comments on commit 50e3cfc

Please sign in to comment.