4454dec17f
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. https://github.com/jpadilla/pyjwt Signed-off-by: Grzegorz Blach <grzegorz@blach.pl> [Arnout: bump to 1.7.1] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
config BR2_PACKAGE_PYTHON_PYJWT
|
|
bool "python-pyjwt"
|
|
help
|
|
JSON Web Token implementation in Python.
|
|
|
|
http://github.com/jpadilla/pyjwt
|