Fork from DP3T-Backend-SDK with the following changes:
-
Functional:
- When a patient gets a verification code, he/she will set the code in the mobile application to report the exposition keys.
- Mobile application will connect to the Verification Service to check the code validation. If it is valid, Verification Service will return a token.
- Mobile application will connect to this service (DP3T Server) with the JWT and exposition keys.
- DP3T Server will get the information from the token and communicate with Verification Service to redeem the Transaction Number (TAN).
You can find these changes in this package.
-
Technical:
- OpenAPI generation using springdoc-openapi.
- Protocol Buffers compilation with protoc-jar-maven-plugin and moving
.proto
files todpppt-backend-sdk-model/src/main/proto
. - Upgraded versions (PostgreSQL, Tomcat, Spring Boot,...).
The following channels are available for discussions, feedback, and support requests:
Type | Channel |
---|---|
Issues |
If you want to contribute with this exciting project follow the steps in How to create a Pull Request in GitHub.
More details in CONTRIBUTING.md.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.