We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb3e7e commit c76d05aCopy full SHA for c76d05a
pyeudiw/openid4vp/vp_sd_jwt_vc.py
@@ -89,7 +89,7 @@ def validate(
89
90
payload = decode_jwt_payload(token)
91
92
- if "status" in payload:
+ if "status" in payload and "status_list" in payload["status"]:
93
status_list = StatusListTokenHelper.from_status(payload["status"])
94
if status_list.is_expired() or \
95
status_list.get_status(payload["status"]["status_list"]["idx"]) > 0:
0 commit comments