Skip to content

jt416/libjwt

 
 

Repository files navigation

LibJWT Logo

JWT C Library

Build Status codecov.io

View on JWT.IO

Build Requirements

Documentation

GitHub Pages

Pre-built Ubuntu Packages (PPA)

sudo add-apt-repository ppa:ben-collins/libjwt

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.

About

JWT C Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 77.9%
  • M4 15.2%
  • CMake 4.2%
  • Makefile 2.7%