You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,8 @@ This repository contains the code of a minimal Spring Boot web application that
100
100
- Spring Security,
101
101
- the Web eID authentication token validation library [_web-eid-authtoken-validation-java_](https://github.com/web-eid/web-eid-authtoken-validation-java),
102
102
- 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/).
104
105
105
106
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.
106
107
@@ -118,6 +119,7 @@ The `src/main/java/eu/webeid/example` directory contains the Spring Boot applica
118
119
- `web`: Spring Web MVC controller for the welcome page and Spring Web REST controllers that provide endpoints
119
120
- for getting the challenge nonce used by the authentication token validation library,
120
121
- for digital signing.
122
+
- for initializing and handling the mobile login and digital signing flow
121
123
122
124
The `src/resources` directory contains the resources used by the application:
0 commit comments