The C JSON Web Token Library +JWK +JWKS
Verbatim copy of the current MPL 2.0: https://www.mozilla.org/media/MPL/2.0/index.f75d2927d3c1.txt Signed-off-by: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> |
||
---|---|---|
cmake | ||
dist | ||
examples | ||
images | ||
include | ||
libjwt | ||
m4 | ||
tests | ||
.gitignore | ||
.travis.yml | ||
CMakeLists.txt | ||
configure.ac | ||
doxygen.cfg | ||
doxygen.mk | ||
LICENSE | ||
Makefile.am | ||
README.cmake.md | ||
README.md |
JWT C Library
Build Requirements
- https://github.com/akheron/jansson
- OpenSSL or GnuTLS
Documentation
Pre-built Packages
LibJWT is available in most Linux distribitons as well as through Homebrew for macOS and Windows.
Build Instructions
With GNU Make: Use autoreconf -i
to create project files and run ./configure
.
make all
: build library.make check
: build and run test suite.- See INSTALL file for more details on GNU Auto tools and GNU Make.
- Use the
--without-openssl
with./configure
to use GnuTLS.