Skip to content

Commit

Permalink
feat: Re-enable iss in the payload
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Oct 31, 2024
1 parent 299ab15 commit 3ea4f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oidc4vc/lib/src/oidc4vc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1652,7 +1652,7 @@ class OIDC4VC {
'aud': tokenParameters.audience,
'exp': iat + 1000,
'sub': tokenParameters.did,
//'iss': tokenParameters.did,
'iss': tokenParameters.did,
'vp': {
'@context': ['https://www.w3.org/2018/credentials/v1'],
'id': presentationId,
Expand Down

0 comments on commit 3ea4f33

Please sign in to comment.