Zaubrik / djwt

Create and verify JSON Web Tokens (JWT) with Deno or the browser.
MIT License
228 stars 23 forks source link

Feature Request: ES256 #33

Closed nathanqueija closed 4 years ago

nathanqueija commented 4 years ago

Hello there,

First of all thanks for the great work on this library. I'm finding it very useful. I'm using it to sign in with Apple and it requires that the algorithm is ES256. Do you have any plans to add this to the library?

Thanks

timonson commented 4 years ago

Hi @nathanqueija ,

I would like to implement the ES256 algorithm as well, but unfortunately I have not seen a library for deno which generates this encryption yet. Please let me know if you find one.

The good news is that there has been a lot of progress in the deno environment lately, so I guess it is just a matter of time.

Just for your information: We will release the RS256 implementation in the coming days.

I hope this answers your question.

nathanqueija commented 4 years ago

Thanks for the response @timonson . Yeah, it makes sense. I don't know any libraries that can generate this encryption. I'll keep looking for it and will let you know if I find something.