jonasroussel / dart_jsonwebtoken

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

Support EdDSA for JWT #7

Closed crossle closed 3 years ago

crossle commented 3 years ago

We use EdDSA for our SDK, it's smaller and efficient.

jonasroussel commented 3 years ago

Thanks ! A really good PR.

I will publish a new version with this new feature soon.

crossle commented 3 years ago

When publish stable null safety version?

jonasroussel commented 3 years ago

When pointycastle package will be nullsafe on stable

jonasroussel commented 3 years ago

pointycastle (nullsafety) is now stable. I published the v2.0.0 today !

crossle commented 3 years ago

Coooool