Skip to content

Commit

Permalink
fix sd-jwt credentials typ header
Browse files Browse the repository at this point in the history
  • Loading branch information
patatoid committed Dec 2, 2024
1 parent 8df33de commit 93d1d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/boruta/verifiable_credentials.ex
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ defmodule Boruta.VerifiableCredentials do
client.id_token_signature_alg,
%{"pem" => client.private_key},
%{
"typ" => "JWT",
"typ" => "dc+sd-jwt",
"kid" => client.did || Client.Crypto.kid_from_private_key(client.private_key)
}
)
Expand Down

0 comments on commit 93d1d46

Please sign in to comment.