google / jwt_verify_lib

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

Remove alg_specified_ and kid_specified_ flags. #39

Closed alexcope closed 4 years ago

alexcope commented 4 years ago

This removes the algspecified and kidspecified flags, and instead directly checks if the underlying string is empty.