You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
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
|