summaryrefslogtreecommitdiffstats
path: root/python/pyjwt/README
blob: 21fcd9d90475daf621f14d549f3a49598cd9d404 (plain)
1
2
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.