Skip to content

Commit

Permalink
feat: Disable cnonce for dPop
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Nov 29, 2024
1 parent a4505eb commit d371c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/shared/helper_functions/helper_functions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2265,7 +2265,7 @@ Future<String> getDPopJwt({
payload['ath'] = hash;
}

if (nonce != null) payload['nonce'] = nonce;
// if (nonce != null) payload['nonce'] = nonce;

final jwtToken = oidc4vc.generateToken(
payload: payload,
Expand Down

0 comments on commit d371c39

Please sign in to comment.