Hi,
Is the debugger on jwt.io able to validate EdDSA signatures?
I’m working on a client library for validating JWTs (yes, we need another one because it supports asynchronous discovery of JWKs using Vertx ) and I’ve been using jwt.io to validate that my results are compatible with others (I also have unit tests using Nimbus).
Everything works for ECDSA signatures, but not for EdDSA.
Is this my fault, or a limitation of jwt.io?
Thanks.
Jim