Skip to content

maistra/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

Packages

No packages published

Languages

  • C++ 95.3%
  • Starlark 3.9%
  • Other 0.8%