diff options
Diffstat (limited to 'python/pyjwt/README')
-rw-r--r-- | python/pyjwt/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/pyjwt/README b/python/pyjwt/README new file mode 100644 index 0000000000..21fcd9d904 --- /dev/null +++ b/python/pyjwt/README @@ -0,0 +1,3 @@ +PyJWT is a Python library which allows you to encode and decode JSON Web +Tokens (JWT). JWT is an open, industry-standard (RFC 7519) for representing +claims securely between two parties. |