Sunbird-RC / community

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

Create javascript SDK for verification App #909

Closed Sreejit-K closed 5 months ago

Sreejit-K commented 5 months ago

What is the feature request for?

Others

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

Verification sdk:

Purpose of this sdk: The aim is to create a common utility package so that new users who are trying to create their own Verifier app can just import this as a npm package and have the vc validation code functionality right away.

Cururently, the library exports the following method:

validateVC(vc, options)

vc - the verfiable credetntials options - valid issuers, ignore expiry date, etc. and more options as needed (maybe looking for a particular attributes in the vc, for example)

Verification process:

Describe the feature clearly.

https://digit-discuss.atlassian.net/browse/DPG-2159

manukalia29 commented 5 months ago

@shiva-beehyv Please add description

shiva-beehyv commented 5 months ago

Verification sdk:

Purpose of this sdk: The aim is to create a common utility package so that new users who are trying to create their own Verifier app can just import this as a npm package and have the vc validation code functionality right away.

Cururently, the library exports the following method:

validateVC(vc, options)

vc - the verfiable credetntials options - valid issuers, ignore expiry date, etc. and more options as needed (maybe looking for a particular attributes in the vc, for example)

Verification process:

srprasanna commented 5 months ago

Let's also look at downloading revocation list, which will be mentioned in the URL. @shiva-beehyv can you also list function signatures and libraries.

srprasanna commented 5 months ago

Duplicate of https://github.com/Sunbird-RC/community/issues/917