Skip to main content

Scanning App

info

Please note that this content is under development and is not ready for implementation. This status message will be updated as content development progresses.

Description

The Scanning App is a dedicated page within the Mock App system, designed to enable users to scan barcodes and verify/view associated credentials. This page incorporates several key functions to manage the scanning and verification process efficiently.

It begins by fetching the link to the associated passport from the Identity Resolver service based on the identifier extracted from the barcode. The app then redirects to the Verify App, where it retrieves the credential from the Storage service. Subsequently, it sends the fetched Verifiable Credential to the Verifiable Credential service for verification. Finally, it displays the rendered Verified Credential to the user, completing the seamless process of credential verification and visualisation.

Diagram

Configuration

The some components of the Scanning App can be configured by modifying the configuration file:

Usage

To use the Scanning App:

  • Navigate to the home page of the Mock App system.
  • Select the Scanning option within the sidebar to open the barcode scanner.
  • Scan a valid barcode containing an identifier associated with a product.
  • The app will process the scanned data and redirect to the Verify App.
  • The Verify App will display the verified credential.