Skip to content

DalavanCloud/cjwt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cjwt

A C JWT Implementation

Build Status codecov.io Coverity Apache V2 License

Building and Testing Instructions

mkdir build
cd build
cmake ..
make
make test
make coverage
firefox index.html

Coding Formatter Settings

Please format pull requests using the following command to keep the style consistent.

astyle -A10 -S -f -U -p -D -c -xC90 -xL

About

A c jwt implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 87.6%
  • CMake 12.4%