google / jwt_verify_lib

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

Some cleanup and refactoring #37

Closed alexcope closed 4 years ago

alexcope commented 4 years ago

This PR

  1. Replaces jwks.evppkey with jwks.rsa_ because the evppkey was being used exclusively as an RSA Key.
  2. Removes the PEM parse option. This option was unused and was confusing because it expected invalid PEM as input.