You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently, the
alg
field 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.The text was updated successfully, but these errors were encountered: