Petr Dvořák
Petr Dvořák
Steps to reproduce: - Invoke login via Touch ID - Press Home button => 'errSecAuthFailed' is triggered, invalid signature is computed This is caused by an ssue in iOS SDK...
We have a repeated customer requirements for the ability to connect multiple activations on the same device, either sequential (pair, unpair, pair, unpair) or parallel (multiple profiles on the same...
Currently, it is very easy for the app programmer to allow user lock-in in case of offline signatures. If more than 20 signatures are calculated on the device without being...
> Don't use Basic Auth. Use standard authentication instead (e.g., [JWT](https://jwt.io/)). This is not very helpful. First of all, "Basic Auth" is "standard" in a way and broadly supported. I...
**Expected Behavior** When logging in via OAuth 2.1 dance, the consent is only requested once. For more security/compliance-sensitive applications, it would be nice to have a simple way to enforce...
Currently, we can see code pieces like this one: ```java if (!"3.2".equals(version)) { // do something better } else { // keep the legacy behavior } ``` To simplify code...
If the user cancels the activation on the device after it has been committed on the client, the server has no way of learning that the registration has been canceled....
For pure "positive tag-based search" (for example, `category:car,motorcycle name:honda`), the operators tend to stand in a way. Options to disable them could be helpful in such situations.
Currently, it is possible to only fetch one string value at the time. It would be nice to allow fetching multiple (comma-separated) values. ``` http_response.status:401,403 ```