Skip to content

Commit fd9eeef

Browse files
NFC-66 Example readme updates
Signed-off-by: Sander Kondratjev <sander.kondratjev@nortal.com>
1 parent d4cc69a commit fd9eeef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The `src/main/java/eu/webeid/example` directory contains the Spring Boot applica
118118
- `security`: Web eID authentication token validation library integration with Spring Security
119119
- `AuthenticationProvider` and `AuthenticationProcessingFilter` for handling Web eID authentication tokens,
120120
- `WebEidChallengeNonceFilter` for issuing the challenge nonce required by the authentication flow,
121-
- `WebEidMobileAuthInitFilter` for issuing the challenge nonce and generating the deep link with the authentication request, used to initiate the mobile authentication flow,
121+
- `WebEidMobileAuthInitFilter` for issuing the challenge nonce and generating the authentication request link (OS-verified App Link / Universal Link), used to initiate the mobile authentication flow,
122122
- `WebEidAjaxLoginProcessingFilter` and `WebEidLoginPageGeneratingFilter` for handling login requests.
123123
- `service`: Web eID signing service implementation that uses DigiDoc4j, and DigiDoc4j runtime configuration.
124124
- `SigningService`: prepares ASiC-E containers and finalizes signatures.
@@ -245,7 +245,7 @@ Strict Transport Security (HSTS) header and the `JSESSIONID` session cookie has
245245

246246
## Deployment
247247

248-
A Docker Compose configuration file `docker-compose.yml` is available in the root of the project for packaging the application in a Docker image so that it can be deployed with a container enginge.
248+
A Docker Compose configuration file `docker-compose.yml` is available in the root of the project for packaging the application in a Docker image so that it can be deployed with a container engine.
249249

250250
Build the Docker image with [Jib](https://github.com/GoogleContainerTools/jib) as follows:
251251

0 commit comments

Comments
 (0)