Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nicowilliams/cjwt

 
 

Repository files navigation

cjwt

A C JWT Implementation

Build Status codecov.io Coverity Apache V2 License GitHub release

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

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 88.0%
  • CMake 12.0%