digitalcredentials / web-verifier-plus

VerifierPlus allows users to verify any supported digital academic credential

Home Page:https://verifierplus.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unlinking stored credential - soft delete

dmitrizagidulin opened this issue · comments

When user presses 'unlink' button on LCW:

  1. Add an API endpoint DELETE /api/credentials/${credentialId}
  2. Make sure it's a "soft delete" (flips a flag in the db, not an actual remove from db).

Implemented in PR #33, closing.