The C JSON Web Token Library +JWK +JWKS
Find a file
Ben Collins f5eef78335
v2.1.1
Signed-off-by: Ben Collins <bcollins@ubuntu.com>
2024-12-21 08:36:06 -05:00
cmake try to properly configure jwt 2021-05-19 22:39:41 -04:00
dist Rename dist/Makefile.am check target (rpmlint) to rpmcheck so it doesn't get run on "make check" 2020-07-06 15:28:54 -04:00
examples Fix typos found by codespell 2023-09-26 07:20:47 -04:00
images Add new logo to repo. Thanks to @fitzyjoe 2017-11-30 10:55:55 -05:00
include jwt.h: Minor edits to crypto ops docs 2024-12-09 09:11:38 -05:00
libjwt v2.1.1 2024-12-21 08:36:06 -05:00
m4 Fix errors from lcov 2024-02-09 11:03:45 -05:00
tests jwt_decode_2(): Security vulnerability for alg:none 2024-12-21 08:31:31 -05:00
.gitignore Ignore vim swap files 2024-12-10 08:28:27 -05:00
.travis.yml Update build-ci for proper checks 2024-12-09 08:55:36 -05:00
CMakeLists.txt Fixup CMake build 2022-11-28 09:56:21 -05:00
configure.ac v2.1.1 2024-12-21 08:36:06 -05:00
doxygen.cfg Update doxygen.cfg 2024-12-03 10:15:12 -05:00
doxygen.mk Complete "make dist" support so releases are easier 2022-11-28 09:12:27 -05:00
LICENSE Update LICENSE 2023-09-26 10:37:20 -04:00
Makefile.am Multi-Crypto Support 2024-12-08 13:20:35 -05:00
README.cmake.md Proper format for command line examples 2023-09-26 11:48:42 -04:00
README.md Update build instructions 2024-12-08 13:38:27 -05:00

LibJWT Logo

JWT C Library

Build Status codecov

View on JWT.IO

Build Requirements

Documentation

GitHub Pages

Pre-built Packages

LibJWT is available in most Linux distributions 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.
  • By default, it will build with OpenSSL and GnuTLS support if found. You can exclude or force either one by using the --with- and --without- flags to ./configure.