issues
search
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
Replaces jwks.evp
pkey
with jwks.rsa_ because the evp
pkey
was being used exclusively as an RSA Key.
Removes the PEM parse option. This option was unused and was confusing because it expected invalid PEM as input.
This PR