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
{{ message }}
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
but the credential can never be suspended since I've only enabled it to be revocable. It should not include suspended in the response.
More broadly with #476 we should reconsider the response returned.
One possible option would be to make a query directly against the status list credential you're interested in and get a boolean value back.
I will also note that the the method we're currently using is not privacy preserving since we're accepting queries for a specific credential which erases the herd privacy benefits of status list. An alternative would be to not support this feature, but provide a separate utility that helps a verifier compute the status of a given credential.
The text was updated successfully, but these errors were encountered:
I create a credential and set
revocable
totrue
I check the credentials status
and see
but the credential can never be suspended since I've only enabled it to be revocable. It should not include
suspended
in the response.More broadly with #476 we should reconsider the response returned.
One possible option would be to make a query directly against the status list credential you're interested in and get a boolean value back.
I will also note that the the method we're currently using is not privacy preserving since we're accepting queries for a specific credential which erases the herd privacy benefits of status list. An alternative would be to not support this feature, but provide a separate utility that helps a verifier compute the status of a given credential.
The text was updated successfully, but these errors were encountered: