Keats / jsonwebtoken

JWT lib in rust
MIT License
1.64k stars 260 forks source link

Add ES512 support #250

Open Xuanwo opened 2 years ago

Xuanwo commented 2 years ago

Hi,

https://github.com/datafuselabs/databend/pull/5062 needs ES512 support from jsonwebtoken.

Is there anything special to take care of? I'm willing to submit a PR to add ES512 support :rocket:

a1ien commented 2 years ago

First you need add P-512 to ring https://github.com/briansmith/ring/issues/824

s-frei commented 11 months ago

This would be a great improvement 🙂

deepu105 commented 10 months ago

Seems like there is an active PR to add support for this in ring. https://github.com/briansmith/ring/pull/1631