google / jwt_verify_lib

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

Support missing alg in Jwks #32

Closed qiwzhang closed 4 years ago

qiwzhang commented 4 years ago

According to https://tools.ietf.org/html/rfc7517#section-4.4

"alg" is JWKS is optional.