Closed Sreejit-K closed 9 months ago
@shiva-beehyv Please add description
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:
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.
Duplicate of https://github.com/Sunbird-RC/community/issues/917
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)
Verification process:
Describe the feature clearly.
https://digit-discuss.atlassian.net/browse/DPG-2159