Skip to content

Commit 5c5eca7

Browse files
committed
change key attestation typ JWT header to align with latest version of
openid4vci
1 parent f4d26f8 commit 5c5eca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routers/wallet_provider.router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ walletProviderRouter.post('/key-attestation/generate', async (req, res) => {
6767
}).setIssuedAt()
6868
.setProtectedHeader({
6969
alg: 'ES256',
70-
typ: 'keyattestation+jwt',
70+
typ: 'key-attestation+jwt',
7171
x5c: [
7272
removeCertificateMarkers(walletProviderCertificate)
7373
],

0 commit comments

Comments
 (0)