lamarrr / jwt_verify_lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:C++ 89.6%Language:Python 8.1%Language:Shell 2.3%