The C JSON Web Token Library +JWK +JWKS
Find a file
Ben Collins cf6941832b v1.18.2
Signed-off-by: Ben Collins <bcollins@maclara-llc.com>
2024-12-03 08:07:51 -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 Move ES256K to end of alg list 2024-12-03 08:06:19 -05:00
libjwt v1.18.2 2024-12-03 08:07:51 -05:00
m4 Fix errors from lcov 2024-02-09 11:03:45 -05:00
tests Fix RSA-PSS on OpenSSL builds 2024-12-02 08:30:34 -05:00
.gitignore Add more files to ignore 2024-05-14 08:21:43 -04:00
.travis.yml Update travis build env to Jammy 2024-02-10 08:21:43 -05:00
CMakeLists.txt Fixup CMake build 2022-11-28 09:56:21 -05:00
configure.ac v1.18.2 2024-12-03 08:07:51 -05:00
doxygen.cfg Cleanup doxygen warnings 2022-11-27 11:36:13 -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 Whoops, missed a few files for EXTRA_DIST 2022-11-28 09:13:31 -05:00
README.cmake.md Proper format for command line examples 2023-09-26 11:48:42 -04:00
README.md Update codecov badge 2024-07-24 12:46:08 -04: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.
  • Use the --without-openssl with ./configure to use GnuTLS.