bcgov / issuer-kit

Verifiable Credential Issuer Starter Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-issue credentials using same connection

esune opened this issue · comments

When using the admin interface of Issuer Kit, the connection information used to issue the first credential should be persisted so that future attempts to re-issue credentials can be performed without having to establish a new connection.

Caveats:

  • the user may have deleted the connection from their wallet: in this case, the issuer agent/controller will not be notified and will just need to keep track of a pre-defined timeout to create a new invitation
  • the user will still need to go through the issuer webapp to confirm/fill the credential attributes, this will not be a straight push of a credential to their wallet

For handling the connection(s) in the frontend (issuer-web), guidelines have been published here.

For "automatic" issuance after the first credential is issued and a connection is established, the system should store the connection id for future use and call the API endpoint to issue a credential directly, specifying the connection to be used.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

commented

This issue has been automatically closed because it has become stale.