Keats / jsonwebtoken

JWT lib in rust
MIT License
1.71k stars 271 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 1 year ago

This would be a great improvement 🙂

deepu105 commented 1 year ago

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

sscarduzio commented 5 days ago

Please add ES512, we are blocked too

Keats commented 4 days ago

I think it will be available after https://github.com/Keats/jsonwebtoken/pull/410