Skip to content

Commit

Permalink
minor textual fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
peterlangenkamp committed Mar 16, 2022
1 parent 3f2f175 commit e06f8b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- <strong>TNO EASSI</strong>
SSI Wallet Gateway -->
TNO EASSI
<strong>An SSI Wallet Gateway</strong>
<strong>SSI Wallet Gateway</strong>
</h1>

<br>
Expand Down
8 changes: 4 additions & 4 deletions src/views/utils/UtilsHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

<hr />
<h2>Short Demo</h2>
<p>Go to the <a href="https://service.ssi-lab.nl/utils/create-token">create token</a> tab. Here you can issue credentials to, or verify credentials from a user. We will now show step by step how to perform each of these actions.</p>
<p>Go to the <router-link :to="{ name: 'CreateToken' }">create token</router-link> tab. Here you can issue credentials to, or verify credentials from a user. We will now show step by step how to perform each of these actions.</p>

<h3>Issuing of Credentials</h3>
<p>The issue request is made based on the following fields:</p>
<ol>
<li><i>App ID</i>: this is the name of an organization for which the credential issue request is made. Pick "namecredentialdemo (22)" here.</li>
<li><i>Organization ID</i>: this is the name of an organization for which the credential issue request is made. Pick "namecredentialdemo (22)" here.</li>
<li><i>Credential type:</i> the type of credential you want to issue. Choose "FullnameCredential" here. This credential is defined for the Jolocom, Datakeeper, Esatus, IRMA and Trinsic wallet.</li>
<li><i>Callback URL:</i> the website where you are redirected to after completion of the issuing process. You can leave this as is.</li>
<li>Pick <i>CredentialIssueRequest</i>, as we are issuing a credential.</li>
Expand All @@ -40,7 +40,7 @@
<h3>Verification of Credentials</h3>
<p>The verification request is made based on the following fields:</p>
<ol>
<li><i>App ID</i>: this is the name of an organization for which the credential issue request is made. Pick "namecredentialdemo (22)" here.</li>
<li><i>Organization ID</i>: this is the name of an organization for which the credential issue request is made. Pick "namecredentialdemo (22)" here.</li>
<li><i>Credential type:</i> the type of credential you want to issue. Choose "FullnameCredential" here. This credential is defined for the Jolocom, Datakeeper, Esatus, IRMA and Trinsic wallet.</li>
<li><i>Callback URL:</i> the website where you are redirected to after completion of the issuing process. You can leave this as is.</li>
<li>Pick <i>CredentialVerifyRequest</i>, as we are verifying a credential.</li>
Expand All @@ -65,7 +65,7 @@
</li>
<li>
<router-link :to="{ name: 'RegisterOrganization' }"
><strong>Apps</strong></router-link
><strong>Organizations</strong></router-link
>
<br />
<p>
Expand Down

0 comments on commit e06f8b3

Please sign in to comment.