google / jwt_verify_lib

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

Return error parsing JWKS only if no valid keys found #51

Closed jheiss closed 4 years ago

jheiss commented 4 years ago

Fixes #50

yangminzhu commented 4 years ago

@qiwzhang @jheiss quick question, is the Envoy updated to include this change?

jheiss commented 4 years ago

Yes, as of a couple of hours ago envoy was updated to use a version of this library that includes this change. envoyproxy/envoy#11479