Skip to content

alexcope/jwt_verify_lib

 
 

Repository files navigation

This repository stores JWT verification files for c++. These files are originally created in istio/proxy jwt_auth folder. The key reason to create a separate repo for them is that they can be used by other projects. For example, envoyproxy likes to use these code to build a jwt_auth HTTP filter.

This is not an officially supported Google product

For contributors: If you make any changes, please make sure to use Bazel to pass all unit tests by running:

bazel test //...

Please format your codes by running:

script/check-style

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.6%
  • Python 5.9%
  • Shell 1.5%