Tobias Bengfort

Results 110 issues of Tobias Bengfort

- YubiKey Manager (ykman) version: 4.0.9 - YubiKey model and version: YubiKey 5 NFC I can set a FIDO PIN by running `ykman fido access change-pin`. I can later change...

JSON serialization was recently [added to the webauthn editors draft](https://github.com/w3c/webauthn/issues/1683). python-fido2 added support in 1.1.0. This would provide better (standardized) solutions for #1 and #10. However, currently this would still...

I started this project in 2021 because I needed FIDO2 authentication for Django and there was no good library available. However, that changed. In January 2023, version 1.15.0 of [django-two-factor-auth](https://github.com/jazzband/django-two-factor-auth)...

Currently, this library supports FIDO2 and TOTP. Theoretically, it should be simple to add more methods. The only place where these are hard-coded are `MFAFormView.method` and `MFAKey.method`. I am not...

enhancement

Currently there are no tests for this library. This is because it is complicated: - I want to test the glue code, not the pieces that are glued together. -...

`Lagerregal/settings/base.py` references several files in a folder pdf_forms: ``` LABEL_ICON = "pdf_forms/minerva.jpg" HANDOVER_PROTOCOL_LOCATION = "pdf_forms/Leihschein.pdf" TRASHED_PROTOCOL_LOCATION = "pdf_forms/geraeterueckgabe_lagerregal.pdf" ``` These files are missing from the repository, resulting in 500 responses....

Fixes #367 I re-implemented `DeviceCreateAutomatic` without javascript. The result is pretty similar, though I am not sure if I got all the details right.

When running `manage.py makemigrations` on different setups, I get different results.

In #240 I tried to improve security by adding a content security policy and refactoring the code to avoid unsafe patterns like inline javascript. 5bb991066bd8271f50dfaf0361dfea9a548fb405 went in the opposite direction...