google / jwt_verify_lib

Provide c++ library to verify JWT tokens
Apache License 2.0
41 stars 43 forks source link

Add util methods #74

Closed bochengchu closed 1 year ago

bochengchu commented 1 year ago

Adding GetBoolean and GetStruct methods in support of nested JWT.

We need this in https://github.com/envoyproxy/envoy/pull/23444

aryan16 commented 1 year ago

cc : @qiwzhang