Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes jwt command to support EdDSA algorithm (#118)
Fixes ``` $ echo '{"foo":"bar"}' | jwt -key test/ed25519-private.pem -alg EdDSA -sign - Error: error signing token: key is of invalid type ``` Signed-off-by: Alexander Yastrebov <[email protected]>
- Loading branch information