neugates / libjwt

JWT C Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Mozilla Public License 2.0


Languages

Language:C 78.3%Language:M4 14.9%Language:CMake 4.2%Language:Makefile 2.6%