jsonwebtoken icon indicating copy to clipboard operation
jsonwebtoken copied to clipboard

Add ES512 support

Open Xuanwo opened this issue 2 years ago • 3 comments

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:

Xuanwo avatar Apr 27 '22 11:04 Xuanwo

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

a1ien avatar Apr 27 '22 11:04 a1ien

This would be a great improvement 🙂

s-frei avatar Oct 11 '23 12:10 s-frei

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

deepu105 avatar Oct 20 '23 09:10 deepu105