Steven Mapes
Steven Mapes
On this is there a timeline of [v3.0.0](https://github.com/Kozea/pygal/blob/master/docs/changelog.rst#300dev1-unreleased) which fixes other issues including Python 3.10 compatibility
I've been thinking about this on and off for the last few years and it feels like it's not really something this project should tackle as you'd need to enforce...
A note on this, whilst this project will work fine running, and we should update the requirements to use this as the release was a high security fix, any project...
@oliwarner does v0.7 resolve this one, I believe it may so it can be closed if it does.
So the main difference I can see between your setup and the ones I am using in all my projects is that you are decorating all of Django Admin using...
I must confess I've only used TOTP so I'd need to setup a FIFO one in order to test myself. Hopefully @oliwarner will be able to advise what's happening
Interesting. In that case can you try upgrading the fido2 package you have installed to the latest version please to see if that resolves anything. Looking at this PR https://github.com/Yubico/python-fido2/pull/218...
Some further digging https://github.com/Yubico/python-fido2/issues/122#issuecomment-1054259584 suggests a custom verify_origin function could be used. Then the following PR on Django-mf3 shows an example of an implementation of using the custom function. https://github.com/xi/django-mfa3/pull/17...
So that solved your issue without breaking the TOTP route right
Great! Could I ask one additional thing of you since you have a working FIDO2 implementation, would you be able to upgrade the fido2 dependency to the latest version and...