Jan Pešek
Jan Pešek
This is not a project issue, but a suggestion to put some kind of warning in the distance matrix example in the README. There is an example of using distance...
Challenge is encoded to Base64Url on the browser level. The encoded challenge is then encapsulated to the [Collected Client Data structure](https://www.w3.org/TR/webauthn-3/#dictionary-client-data), which hash is later signed by the authenticator. Base64Url...
Fix [#341](https://github.com/wultra/tasklist/issues/341) by implementing the Outbox Pattern. Instead of dealing with callback sending in the business logic, an `CallbackUrlEvent` is created and published for an event listener. The listener, implemented...
Update Callback Management API to enable modification of the default retry policy introduced in PR https://github.com/wultra/powerauth-server/pull/1595
Callback Management API now allows to specify retention period or retry policy. When none is set on the callback level, application defaults are used. Those defaults could be returned in...
### Task specification There are request validations that allow ES256 algorithm only and underlying signature validation only works with that specific algorithm. This needs to be extended to accept and...
### Task specification _No response_