Skip to content

Commit 35aa06c

Browse files
NFC-47 Update readme
1 parent ed06637 commit 35aa06c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

example/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ This repository contains the code of a minimal Spring Boot web application that
100100
- Spring Security,
101101
- the Web eID authentication token validation library [_web-eid-authtoken-validation-java_](https://github.com/web-eid/web-eid-authtoken-validation-java),
102102
- the Web eID JavaScript library [_web-eid.js_](https://github.com/web-eid/web-eid.js),
103-
- the digital signing library [_DigiDoc4j_](https://github.com/open-eid/digidoc4j).
103+
- the digital signing library [_DigiDoc4j_](https://github.com/open-eid/digidoc4j),
104+
- the Android application [_MOPP-Android_](https://github.com/open-eid/MOPP-Android/).
104105

105106
The project uses Maven for managing the dependencies and building the application. Maven project configuration file `pom.xml` is in the root of the project.
106107

@@ -118,6 +119,7 @@ The `src/main/java/eu/webeid/example` directory contains the Spring Boot applica
118119
- `web`: Spring Web MVC controller for the welcome page and Spring Web REST controllers that provide endpoints
119120
- for getting the challenge nonce used by the authentication token validation library,
120121
- for digital signing.
122+
- for initializing and handling the mobile login and digital signing flow
121123

122124
The `src/resources` directory contains the resources used by the application:
123125

0 commit comments

Comments
 (0)