Alex Dutton
Alex Dutton
I'm very much interested in this too. I'd just started writing a django-otp device plugin for U2F (https://github.com/alexsdutton/django-otp-u2f), and was looking to integrate it with django-two-factor-auth when I found this....
Implement e.g. OAuth, Negotiate, Digest auth on the client side, instead of just supporting Basic. More generally, have some way of hooking in error handlers for 4xx responses that can...
My thinking was putting something near the bottom of the `while True` loop in `ClientSession.request` to allow something to be hooked in to handle 4xx (or any other) status by...
Hi @nicholascar 1. I didn't realise the JSON-LD support had been moved into core when I first realised this was an issue, but still saw the fix as being in...
Reported downstream for Fedora at https://bugzilla.redhat.com/show_bug.cgi?id=2018000
I'm playing with this as I'm eager to use it. So far * The setting to enable it has a name ending `_ENABLED`, when similar settings end `_ENABLE` * The...
django-fsm transition methods aren't necessarily designed to be called from a request, so I'm not sure this is a good idea. My pull in #10 would let you provide a...
Because you don't always want to trigger a transition from a request (e.g. maybe from a celerybeat task), and you should be explicit about the bits of the request you...
I'm playing with having two FSMFields on my model, so that wouldn't work for me. Maybe get_viewset_transition_action_mixin should take an additional argument that says which state field to use? Default...
I'll get back to you ;-). Just realised it's failing on `iteritems()` method calls, too…