1.0.1 • Published 8 months ago

avsar-thirdparty-plugin v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

Third party website plugin for AVSAR wallet

Third party websites can request for specific type of credentials for a user

How to use

  1. Install the module
npm i avsar-thirdparty-plugin
  1. Import the module
import requestCredential from 'avsar-thirdparty-plugin';
  1. Call the function with suitable parameters
const result = await requestCredential('TypeOfCredential', "avsar-url/wallet-worker");
const result = await requestCredential('alumniCredential', "avsar-url/wallet-worker", "optional reason for request");
1.0.1

8 months ago

1.0.0

8 months ago