jonasroussel / dart_jsonwebtoken

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

EdDSA not working on Flutter web #26

Closed Tougee closed 1 year ago

Tougee commented 2 years ago

The ed25519 code used in this library previously had a bug on Flutter web, see https://github.com/Tougee/ed25519/pull/4. Please catch up with that, thank you!