Browse Source

python/pyjwt: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
pull/186/head
B. Watson 4 years ago
parent
commit
2988c0c451
  1. 6
      python/pyjwt/README

6
python/pyjwt/README

@ -1,3 +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.
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.
Loading…
Cancel
Save