Skip to content

Commit 3fb55be

Browse files
authored
fix: remove required exp field from JWT payload schema (#202)
Signed-off-by: Mirko Mollik <mirko.mollik@eudi.sprind.org>
1 parent f2190e2 commit 3fb55be

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.changeset/tall-pianos-hide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@openid4vc/oauth2": patch
3+
---
4+
5+
Remove exp field from wallet attestation JWT payload schema

packages/oauth2/src/client-attestation/z-client-attestation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ export const zClientAttestationPopJwtPayload = z
4141
.object({
4242
...zJwtPayload.shape,
4343
iss: z.string(),
44-
exp: zNumericDate,
4544
aud: z.union([zHttpsUrl, z.array(zHttpsUrl)]),
4645

4746
jti: z.string(),

0 commit comments

Comments
 (0)