Skip to content

Commit

Permalink
Merge pull request #169 from TimoGlastra/fix/do-not-set-hash-alg
Browse files Browse the repository at this point in the history
fix: do not set hash alg as alg
  • Loading branch information
sanderPostma authored Sep 18, 2024
2 parents ce95ed3 + 8ccc41f commit b863f1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/PEX.ts
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,6 @@ export class PEX {
// alg MUST be set by the signer
header: {
typ: 'kb+jwt',
alg: hashAlg,
},
// aud MUST be set by the signer or provided by e.g. SIOP/OpenID4VP lib
payload: {
Expand Down

0 comments on commit b863f1b

Please sign in to comment.