summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPieter Ennes <skion@users.noreply.github.com>2014-10-12 11:50:02 +0100
committerPieter Ennes <pieter@ennes.nl>2014-10-21 21:47:35 +0100
commit8ea7895d3296eeba29465a7b4560a70bf8aeeca0 (patch)
tree7b9623896acd2cf42e99d0d0b0e0de0d31ef3c39 /README.md
parentafbeeb837d899fad2b156ab06a15e366e2732dbd (diff)
downloadpyjwt-8ea7895d3296eeba29465a7b4560a70bf8aeeca0.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a8e45ef..94d744d 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,7 @@ JSON Web Token defines some reserved claim names and defines how they should be
used. PyJWT supports these reserved claim names:
- "exp" (Expiration Time) Claim
+ - "nbf" (Not Before Time) Claim
### Expiration Time Claim