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
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.
9
9
10
10
## Documentation
11
11
12
12
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).
13
13
14
14
# License
15
15
16
-
PowerAuth Server is licensed using GNU AGPLv3 license. Please consult us at hello@wultra.comfor the software use.
16
+
PowerAuth Server is licensed using the GNU AGPLv3 license. Please consult us at hello@wultra.comregarding software use.
|`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. |
|`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. |
0 commit comments