Skip to content

Commit 0700948

Browse files
authored
Merge branch 'eu-digital-identity-wallet:main' into feat/add_transaction_data_to_request_screen
2 parents 77b1cfa + 5cd36fc commit 0700948

File tree

2 files changed

+7
-33
lines changed

2 files changed

+7
-33
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ To support development and testing, one can access a test/demo service for remot
5858
- [Web verifier source](https://github.com/eu-digital-identity-wallet/eudi-web-verifier)
5959

6060
- [Verifier restful backend service source](https://github.com/eu-digital-identity-wallet/eudi-srv-web-verifier-endpoint-23220-4-kt)
61-
62-
To support proximity, an Android Proximity Verifier is available as an app that can request PID and mDL with reader authentication available [here](wiki/verifier_proximity.md)
61+
62+
To support proximity, the EUDI Verifier App is available [here](https://github.com/eu-digital-identity-wallet/eudi-app-multiplatform-verifier-ui) and can request PID and mDL, with reader authentication enabled.
6363

6464
The issuer, verifier service, and verifier app authentication are based on the EUDIW development [IACA](https://github.com/niscy-eudiw/eudi-app-android-wallet-ui/tree/main/resources-logic/src/main/res/raw)
6565

@@ -69,7 +69,7 @@ The main purpose of the reference implementation is to showcase the ecosystem an
6969

7070
If you're planning to use this application in production, we recommend reviewing the following steps:
7171
- Configure the application properly by following the guide [here](wiki/configuration.md)
72-
- The Pin storage configuration matches your security requirements or provide your own by following this guide [Pin Storage Configuration](wiki/configuration.md#pin-storage-configuration)
72+
- The Pin storage configuration matches your security requirements, or provide your own by following this guide [Pin Storage Configuration](wiki/configuration.md#pin-storage-configuration)
7373
- The application meets the OWASP MASVS industry standard. Please refer to the following links for further information on the controls you must implement to ensure maximum compliance:
7474
- [OWASP MASVS](https://mas.owasp.org/MASVS/)
7575

@@ -81,9 +81,9 @@ If you're planning to use this application in production, we recommend reviewing
8181

8282
### Prerequisites
8383

84-
You can download the application (apk file) through GitHub releases [here](https://github.com/eu-digital-identity-wallet/eudi-app-android-wallet-ui/releases)
84+
You can download the application (APK file) through GitHub releases [here](https://github.com/eu-digital-identity-wallet/eudi-app-android-wallet-ui/releases)
8585

86-
You will also need to download the Android Verifier app. More information can be found [here](wiki/verifier_proximity.md)
86+
You will also need to download the EUDI Verifier app. More information can be found [here](https://github.com/eu-digital-identity-wallet/eudi-app-multiplatform-verifier-ui)
8787

8888
### App launch
8989

@@ -99,7 +99,7 @@ You will also need to download the Android Verifier app. More information can be
9999
5. After submission, a success screen will appear. Tap "Close".
100100
6. You will be redirected to the "Dashboard" screen. If this was your first document added to the Wallet, you will land on the "Home" tab; otherwise, you will be on the "Documents" tab. The flow is now complete.
101101

102-
### Issuance flow (Credential Offer - Issuer initiated)
102+
### Issuance flow (Credential Offer - Issuer-initiated)
103103

104104
1. Go to the "Dashboard" screen, navigate to the "Documents" tab, and tap the "+" icon (top-right of the screen). Select "Scan QR".
105105
2. Scan the QR code from the issuer's website [EUDI Issuer](https://issuer.eudiw.dev/credential_offer_choice)
@@ -155,7 +155,7 @@ You can find instructions on how to configure the application [here](wiki/config
155155

156156
*assembly-logic*: App dependencies.
157157

158-
*build-logic*: Application gradle plugins.
158+
*build-logic*: Application Gradle plugins.
159159

160160
*resources-logic*: All app resources reside here (images, etc.)
161161

wiki/verifier_proximity.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)