Skip to content

Commit cd289e3

Browse files
authored
Merge pull request #1944 from wultra/releases/prepare
Merge prepare release 1.10.0
2 parents 29316b9 + b50eb12 commit cd289e3

189 files changed

Lines changed: 3192 additions & 1854 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
[![GitHub issues](https://img.shields.io/github/issues/wultra/powerauth-server.svg?maxAge=2592000)](https://github.com/wultra/powerauth-server/issues)
66
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
77

8-
PowerAuth Server is a core back-end application that realizes the PowerAuth protocol cryptography. It is responsible for device registration, activation lifecycle, application management and integration security.
8+
PowerAuth Server is a core back-end application that realizes the PowerAuth protocol cryptography. It is responsible for device registration, activation lifecycle, application management, and integration security.
99

1010
## Documentation
1111

1212
For the most recent documentation and tutorials, please visit [PowerAuth Server Documentation on GitHub](./docs/Readme.md) or visit [developers.wultra.com](https://developers.wultra.com/docs/develop/powerauth-server).
1313

1414
# License
1515

16-
PowerAuth Server is licensed using GNU AGPLv3 license. Please consult us at hello@wultra.com for the software use.
16+
PowerAuth Server is licensed using the GNU AGPLv3 license. Please consult us at hello@wultra.com regarding software use.

docs/Configuration-Properties.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,24 @@ The PowerAuth Server uses the following public configuration properties:
2424

2525
## Activation and Cryptography Configuration
2626

27-
| Property | Default | Note |
28-
|--------------------------------------------------------------------|-----------|-----------------------------------------------------------------------------------------|
29-
| `powerauth.service.crypto.activationValidityInMilliseconds` | `120000` | Default activation validity period in miliseconds |
30-
| `powerauth.service.crypto.signatureMaxFailedAttempts` | `5` | Maximum failed attempts for signature verification |
31-
| `powerauth.service.crypto.requestExpirationInMilliseconds` | `60000` | Expiration for ECIES and MAC token requests. |
32-
| `powerauth.service.crypto.requestExpirationInMillisecondsExtended` | `7200000` | Expiration for ECIES and MAC token requests for protocol versions 3.1 and older. |
33-
| `powerauth.service.crypto.replayVerificationService` | `default` | Request replay verification service, options: `default`, `none` |
34-
| `powerauth.service.token.timestamp.validity` | `7200000` | PowerAuth MAC token timestamp validity in miliseconds |
35-
| `powerauth.service.recovery.maxFailedAttempts` | `5` | Maximum failed attempts for activation recovery |
36-
| `powerauth.service.secureVault.enableBiometricAuthentication` | `false` | Whether biometric authentication is enabled when accessing Secure Vault |
37-
| `powerauth.server.db.master.encryption.key` | `_empty_` | Master DB encryption key for decryption of server private key in database |
38-
| `powerauth.service.proximity-check.otp.length` | `8` | Length of OTP generated for proximity check |
39-
| `powerauth.service.proximity-check.otp.step-duration` | `30s` | Time-step duration used for generating and validating TOTP for the proximity check. |
40-
| `powerauth.service.proximity-check.otp.step-count` | `1` | Number of past time-steps used for validating TOTP for the proximity check. |
41-
| `powerauth.service.pagination.default-page-size` | `500` | The default number of records per page when paginated results are requested |
42-
| `powerauth.service.pagination.default-page-number` | `0` | The default page number when paginated results are requested. Page numbers start from 0 |
27+
| Property | Default | Note |
28+
|--------------------------------------------------------------------|-----------|--------------------------------------------------------------------------------------------|
29+
| `powerauth.service.crypto.activationValidityInMilliseconds` | `120000` | Default activation validity period in milliseconds |
30+
| `powerauth.service.crypto.signatureMaxFailedAttempts` | `5` | Maximum failed attempts for signature verification |
31+
| `powerauth.service.crypto.requestExpirationInMilliseconds` | `60000` | Expiration for ECIES and MAC token requests. |
32+
| `powerauth.service.crypto.requestExpirationInMillisecondsExtended` | `7200000` | Expiration for ECIES and MAC token requests for protocol versions 3.1 and older. |
33+
| `powerauth.service.crypto.replayVerificationService` | `default` | Request replay verification service, options: `default`, `none` |
34+
| `powerauth.service.token.timestamp.validity` | `7200000` | PowerAuth MAC token timestamp validity in milliseconds |
35+
| `powerauth.service.token.timestamp.forward.validity` | `1800000` | PowerAuth MAC token forward timestamp validity in milliseconds |
36+
| `powerauth.service.replay.timestamp.threshold` | `10000` | Replay attack time threshold in milliseconds to handle potential client time fluctuations. |
37+
| `powerauth.service.recovery.maxFailedAttempts` | `5` | Maximum failed attempts for activation recovery |
38+
| `powerauth.service.secureVault.enableBiometricAuthentication` | `false` | Whether biometric authentication is enabled when accessing Secure Vault |
39+
| `powerauth.server.db.master.encryption.key` | `_empty_` | Master DB encryption key for decryption of server private key in database |
40+
| `powerauth.service.proximity-check.otp.length` | `8` | Length of OTP generated for proximity check |
41+
| `powerauth.service.proximity-check.otp.step-duration` | `30s` | Time-step duration used for generating and validating TOTP for the proximity check. |
42+
| `powerauth.service.proximity-check.otp.step-count` | `1` | Number of past time-steps used for validating TOTP for the proximity check. |
43+
| `powerauth.service.pagination.default-page-size` | `500` | The default number of records per page when paginated results are requested |
44+
| `powerauth.service.pagination.default-page-number` | `0` | The default page number when paginated results are requested. Page numbers start from 0 |
4345

4446
## HTTP Configuration
4547

0 commit comments

Comments
 (0)