diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2018-05-07 20:59:10 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-12 06:58:24 +0700 |
commit | 30e5aa6224f28246794aaf30c27e8ed16b6c69a8 (patch) | |
tree | 81292511809f772f4b458d9eb55fdf429e694724 /libraries/libjwt/README | |
parent | ce4512d975cc848d28b9203f4f0a4de1cde93079 (diff) | |
download | slackbuilds-30e5aa6224f28246794aaf30c27e8ed16b6c69a8.tar.gz |
libraries/libjwt: Added (JWT C Library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/libjwt/README')
-rw-r--r-- | libraries/libjwt/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/libjwt/README b/libraries/libjwt/README new file mode 100644 index 0000000000..b0fda0b4d1 --- /dev/null +++ b/libraries/libjwt/README @@ -0,0 +1,9 @@ +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. |