Hacker News new | ask | show | jobs
by bvrmn 2315 days ago
> JWS/JWT supports

Support for ed25519 signature in current implementations is pretty poor.

1 comments

You can use symmetric, sha256
Symmetric signatures completely kill ability to verify token without secret.

For python I had to glue and stick python_jwt with cryptography primitives to do ed25519.

And the most funny thing: very few clients will understand these "standard" JWT tokens.