jonasroussel / dart_jsonwebtoken

A dart implementation of the famous javascript library 'jsonwebtoken'
MIT License
87 stars 29 forks source link

When will the ES256K be added? #43

Closed chobyungkwon closed 1 year ago

chobyungkwon commented 1 year ago

Are there any plans to add the ES256K? If yes, when are you planning? I like the function so much that I really want to use it when the ES256K is added

jonasroussel commented 1 year ago

Hey! Thank you for your interest!

I do plan on adding the missing algorithms in my upcoming version (v2.9.x),

However, I currently have a lot of works in my job (got promoted CTO), so I cannot provide a precise date for that release. But, I will try my best to publishing it before the end of June.

jonasroussel commented 1 year ago

Hey! I just published a new version v2.11.0 that include all the new algorithms and of course the ES256K that you requested! https://pub.dev/packages/dart_jsonwebtoken/versions/2.11.0

Let me know if it's working on your side.