Hacker News new | ask | show | jobs
by ClumsyPilot 2315 days ago
You can use symmetric, sha256
1 comments

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.