Sunbird-RC / community

Repo to enable discussions, issue tracking & documentation for the Sunbird-RC projects
MIT License
12 stars 23 forks source link

[FEAT]: Missing API Endpoint to fetch the Revocation-List in the credential services #904

Closed Sreejit-K closed 8 months ago

Sreejit-K commented 9 months ago

What is the feature request for?

Registry Core

What problem/inconvenience (if any) will this feature solve?

It is inconvenient for me to do .... If we add this feature, it would make it easier to do ....

Describe the feature clearly.

Add the missing endpoint for the revocation-list in the credential services, as the Agri-stack team will be requiring this to test their flow as per the meeting that we had on 20th of December.

Sreejit-K commented 8 months ago

https://github.com/Sunbird-RC/sunbird-rc-core/pull/273

srprasanna commented 8 months ago

What about changes in 1.0?

Sreejit-K commented 8 months ago

@srprasanna We have a dedicated "RevokedCredential" schema which provides all the API's necessary for discovery. Do we need to add something else? cause the existing APIs can be used to fetch the RevockedCredentials list.

manukalia29 commented 8 months ago

@Sreejit-K Please check whether they are following the W3C API

Sreejit-K commented 8 months ago

The existing PR checks for the verifiable credentials which are in Revocked status. This list can be used for offline verification - the W3C specification for revocation list concentrates more on online verification - https://github.com/Sunbird-RC/sunbird-rc-core/pull/273