Skip to content

Commit

Permalink
add: verifier pages initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-dintino committed May 8, 2024
1 parent 56bedb6 commit 6708646
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/guides/verifier/1_join_org.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Create an account and join an organization

In order to use the Verifier app and the Verification Flow, the user is supposed to:
1. have an account on [DIDroom Control Room](https://dashboard.didroom.com/)
1. be part of an organization

The Verifier only allows a user to login (with an existing account), meaning that an account has to be created on the [DIDroom Control Room](https://dashboard.didroom.com/) or in the Wallet
5 changes: 5 additions & 0 deletions docs/guides/verifier/2_verification_flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Start a Verification Flow

After you logged in the Verifier, you will be presented with a list **Verification Flows**, you can run. The flows you see depend on the organization(s) you are member of.

To start a **Verification Flow** just click the one you want to start from the list: a QR code with a session ID should appear in the next page.
7 changes: 7 additions & 0 deletions docs/guides/verifier/3_verify.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Verification: Success or Failure

The **Verification Flow** is active for some time, during this time a user holding a Wallet can scan the QR Code generated by the Verifier. Scanning the QR will trigger the credential presentation to the **Reying Party** (an external microservice that verifies the credential).

The result can be:
- Success: if the Relying Party returns a success result before the expiration
- Failure: if the Relying Party returns a failure or if nothing happens before the expiration
5 changes: 5 additions & 0 deletions docs/guides/verifier/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Verifier App

The [Verifier App ](https://github.com/ForkbombEu/verifier) is an Android/iOS mobile app whose purpose is to start a **Verification Flow**.

The Verifer App requires the user to have created an account (and ideally be part of an organization), so an account needs to be created on the [DIDroom Control Room](https://dashboard.didroom.com/) or in the Wallet.
Empty file removed docs/guides/verifier/join_org.md
Empty file.
Empty file removed docs/guides/verifier/register.md
Empty file.
Empty file.
Empty file removed docs/guides/verifier/verify.md
Empty file.

0 comments on commit 6708646

Please sign in to comment.