Patrick Cloke
Patrick Cloke
Putting this back in the queue since I've lost all state on it and likely won't get to it soon.
We're running celery 4.2.1 on billiard 3.6.0 and it works fine. 👍
@auvipy Not sure why you closed this, I was just responding to @paulocheque saying that you cannot use billiard 3.6.0 with celery 4.2.1. This seems like we should be updating...
> whats your current thoughts on this? My thought is that it is confusing that the callbacks never get called, but it is unclear what *should* happen. This package sadly...
I can't say I've run into this sorry!
There's a `django-otp-yubikey` that would likely make this easy to integrate. Probably need to solve #23 first though.
Yes, that does seem pretty weird. I could think of a situation like the following: * User attempts to log-in with username/password. * User gets to the 2FA page and...
> Looking through `django-otp`, there's a `OTPAuthenticationFormMixin` in `forms` that could put everything on the login page and possibly fix this, but I'm at a loss as to where to...
As the description said it would be nice if you could configure whatever you wanted and django-allauth-2fa just used it, instead of being hard-coded to assume TOTP is the only...
Thanks @pjensen000! Any chance you can provide this as a PR?