lua-resty-openidc
lua-resty-openidc copied to clipboard
added support ES256&ES512 alg
lua-resty-jwt support ES256&ES512 alg
thank you @840963657 - one needs at least lua-resty-jwt 0.2.1 for this if I understand the changes over there correctly, right?
Don't we also need to change the code that supports JWT based authentication (lines 466 and 476 at least, which would likely also require something like a client_ec_private_key
opts setting)? Also I believe the JWK parsing code needs to be extended, it currently only extracts RSA keys.