summaryrefslogtreecommitdiffstats
path: root/libraries/libjwt/README
blob: b0fda0b4d1926fae632ca21a6c48ef428b80558d (plain)
Libjwt - JWT C Library

JSON Web Tokens are an open, industry standard RFC 7519 method for 
representing claims securely between two parties.

See https://jwt.io/ for more information.

By default it builds with GnuTLS.
Use OPENSSL=yes to build with OpenSSL instead.