Skip to content

Commit

Permalink
fix: update pre set filters to router strategy (#90)
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <[email protected]>
  • Loading branch information
cre8 committed Aug 26, 2024
1 parent 9aeab41 commit c7d6b39
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions viewer/src/app/info/info.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,20 @@ <h1 mat-dialog-title>Info</h1>
</p>
<p>
With filters, you can use the overview to find for example
<a href="./#%7B%22credentialProfiles%22:%5B%22EBSI%22%5D%7D">
agents claiming EBSI compliance</a>,
<a href="./#%7B%22capability%22:%5B%22issuer%22%5D%2C%22issuanceProtocols%22:%5B%22OpenID4VCI%22%5D%7D">
issuer agents supporting <code>OID4VCI</code></a> or
<a href="./#%7B%22capability%22:%5B%22holder%22%5D%2C%22type%22:%22edge%22%2C%22credentialFormats%22:%5B%22LDP-VC%22%5D%7D">
mobile wallets supporting the <code>LDP-VC</code> credential format</a>.
<a href="./#/#%7B%22credentialProfiles%22:%5B%22EBSI%22%5D%7D">
agents claiming EBSI compliance</a
>,
<a
href="./#/#%7B%22capability%22:%5B%22issuer%22%5D%2C%22issuanceProtocols%22:%5B%22OpenID4VCI%22%5D%7D"
>
issuer agents supporting <code>OID4VCI</code></a
>
or
<a
href="./#/#%7B%22capability%22:%5B%22holder%22%5D%2C%22type%22:%22edge%22%2C%22credentialFormats%22:%5B%22LDP-VC%22%5D%7D"
>
mobile wallets supporting the <code>LDP-VC</code> credential format</a
>.
</p>
<p>
If you want to contact the authors or join the upcoming meetings click
Expand Down

0 comments on commit c7d6b39

Please sign in to comment.