Petr Dvořák
Petr Dvořák
Currently, combining multiple means of authentication on the web could result in multiple operations being created. We should allow requesting FIDO2 assertion challenge with the provided operation ID, so as...
Currently, we have the ON_KEY_EXCHANGE and ON_COMMIT mode mostly undocumented. However, the functionality these features provide is quite rich, and we want to encourage customers to use it.
We have repeated requests for unblocking of a blocked activation. We should implement some basic stuff so that the business users get what they typically require. The mechanism should allow...
We should provide some standalone docs on the callbacks and the authentication.
We might consider separating the maximum failure count for finished activations (counter is used during signature verification) and the maximum failure count for the activation OTP used during activation (the...
We are often using a new instance of ObjectMapper, like so: ```java private final ObjectMapper objectMapper = new ObjectMapper(); ``` We should check if we can configure ObjectMapper globally.
In most cases, our users are OK with using the default (i.e., `public`) schema. However, we do not document how to change the DB schema - this should be included...