Currently, the alg field in the header specifies ed25519, but in reality, it isnkey. To reduce the footprint of library dependency a base64? encoded public key for the nkey should be included in the header, this would allow a JWT library to implement the validation without having to be aware of nkey decoration semantics.
Currently, the
algfield in the header specifiesed25519, but in reality, it isnkey. To reduce the footprint of library dependency a base64? encoded public key for the nkey should be included in the header, this would allow a JWT library to implement the validation without having to be aware of nkey decoration semantics.