cdbattags / lua-resty-jwt

JWT For The Great Openresty
Apache License 2.0
146 stars 44 forks source link

Ecdsa support v2 #25

Closed calderonth closed 4 years ago

calderonth commented 4 years ago

This should start resolving #24 without breaking the API. I have added 2 simple unittest but I have not yet tested with to sign and then validate with another implementation (for instance Python)

cdbattags commented 4 years ago

As long as we keep backwards compatibility I'm comfortable getting this in ASAP.

Thanks for making sure to unit test too. Give me a couple days to add a couple more smoke/unit tests for this and then we'll be ready to get this in!