# libjwt **Repository Path**: HFauto/libjwt ## Basic Information - **Project Name**: libjwt - **Description**: jwt C开源库C - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-07-01 - **Last Updated**: 2024-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![LibJWT Logo](https://user-images.githubusercontent.com/320303/33439880-82406da4-d5bc-11e7-8959-6d53553c1984.png) # JWT C Library [![Build Status](https://travis-ci.org/benmcollins/libjwt.svg?branch=master)](https://travis-ci.org/benmcollins/libjwt) [![codecov.io](http://codecov.io/github/benmcollins/libjwt/coverage.svg?branch=master)](http://codecov.io/github/benmcollins/libjwt?branch=master) [![View on JWT.IO](http://jwt.io/img/badge.svg)](https://jwt.io) ## Build Requirements - https://github.com/akheron/jansson - OpenSSL or GnuTLS ## Documentation [GitHub Pages](http://benmcollins.github.io/libjwt/) ## 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.