digitalcredentials / web-verifier-plus

VerifierPlus allows users to verify any supported digital academic credential
https://verifierplus.org
MIT License
6 stars 7 forks source link

VerifierPlus should "verify" (display) Shared Public link paste into JSON/URL box #99

Open bmuramatsu opened 10 months ago

bmuramatsu commented 10 months ago

On the VerifierPlus.org Home Screen if a users pastes a shared public link of the form https://verifierplus.org/credentials/... VerifierPlus should process the link and take them to the public link screen.

Screen Shot 2023-09-07 at 11 09 52 AM
kayaelle commented 10 months ago

This request would look up the credential in the verifierplus db, retrieve the data, and then verify it. It requires some planning work for verifierplus urls that have expired. I believe once they've expired (365 days from creation) they are deleted from the DB. Depending on how this is handled, we could still display a JSON cannot be parsed message or a 404 like we do or expired and unshared links.

Will discuss with @dmitrizagidulin and team for scope.

kayaelle commented 10 months ago

Confirmed that this functionality was never planned for VerifierPlus. Putting in backlog for now.