1config BR2_PACKAGE_LIBJWT
2	bool "libjwt"
3	select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_GNUTLS
4	select BR2_PACKAGE_JANSSON
5	help
6	  JSON Web Tokens are an open, industry standard RFC 7519
7	  method for representing claims securely between two parties.
8
9	  https://github.com/benmcollins/libjwt
10