jwt-cli icon indicating copy to clipboard operation
jwt-cli copied to clipboard

Feature: support DPoP JWT (RFC 9449) encoding

Open cdanger opened this issue 8 months ago • 0 comments

Support encoding of DPoP JWT, which implies supporting new typ value dpop+jwt, and a new CLI parameter to take the DPoP access token as input in order to compute the ath claim.

More info: https://datatracker.ietf.org/doc/html/rfc9449

cdanger avatar Mar 02 '25 18:03 cdanger