10 lines
291 B
Plaintext
10 lines
291 B
Plaintext
config BR2_PACKAGE_LIBJWT
|
|
bool "libjwt"
|
|
select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_GNUTLS
|
|
select BR2_PACKAGE_JANSSON
|
|
help
|
|
JSON Web Tokens are an open, industry standard RFC 7519
|
|
method for representing claims securely between two parties.
|
|
|
|
https://github.com/benmcollins/libjwt
|