You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is not covered is the validation of the JWT that is providing the status list. For this point I think the user needs to implement a verification function to validate the statuslist+jwt since the public key can be referenced in to many ways.
The text was updated successfully, but these errors were encountered:
The spec the referencing a status check when one is provided: https://www.ietf.org/archive/id/draft-ietf-oauth-sd-jwt-vc-01.html#section-3.2.2.2-3.7.1
I implemented a small library that will help to create a statuslist and interact with it and also packs it into a jwt and unpacks it. https://www.npmjs.com/package/jwt-status-list
What is not covered is the validation of the JWT that is providing the status list. For this point I think the user needs to implement a verification function to validate the
statuslist+jwt
since the public key can be referenced in to many ways.The text was updated successfully, but these errors were encountered: