diff options
Diffstat (limited to 'python/python3-pyjwt/README')
-rw-r--r-- | python/python3-pyjwt/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-pyjwt/README b/python/python3-pyjwt/README new file mode 100644 index 0000000000..21fcd9d904 --- /dev/null +++ b/python/python3-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. |