diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2016-08-09 16:05:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:19 +0700 |
commit | 0b1ac604683316d75a1fe32837e606073626ed1e (patch) | |
tree | 1c06506d9eac41b15ec07e4cde8e968b013d73b7 /python/pyjwt/README | |
parent | ac818b091eb0d2992722083503a5c78fc80f34d2 (diff) |
python/pyjwt: Added (JSON Web Token implementation in Python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 0000000000000..21fcd9d90475d --- /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. |