Florian Ritterhoff

Results 35 issues of Florian Ritterhoff

# Background As discussed in #3294 we are stumbeling into some strange issues with to low rate limits. While we can mitigate these in our case by increasing the limits...

A sucessfull authentication does not reset the other failcounters for the tokens. This PR fixes the behaviour.

The crypt package has been removed with Python 3.13. As a replacement, we used crypt_r, which is a drop-in replacement by just being a copy of the removed package. As...

Currently the `credential_id` of a FIDO2/Passkey is stored encrypted - that takes time and to be honest is not required. This is a first attempt to rework this part. Currently...

The fix introduced with #1003 always sets a `NoBody` (even for a HTTP Method `DELETE` without any params) In further consecuence this sets a `application/json` as `Content-Type` in the next...