google / jwt_verify_lib

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

Add support for RS384 and RS512 algorithms #24

Closed dgn closed 5 years ago

dgn commented 5 years ago

Hi there!

I'd like to extend the library to also support alg=RS384 and alg=RS512 claims, as there are some applications that produce these kinds of tokens and they cannot be used in Istio policies currently.

Best, Daniel

qiwzhang commented 5 years ago

Thanks