You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to add another (couple of) authentication sources and so I need to change get_available_phone_methods() allow items other than sms/phone/yubikey. I have already made django_otp Device model classes for my new sources added devices for each, testing in a python shell and minimal django they work and I'm now trying to figure out the upper layers - in this case, trying out two_factor.
If changing override get_available_phone_methods() turns out to be doable I'll investigate what changes are required to the UI code in order to expose the new devices for users to register their own.
thanks,
kk
The text was updated successfully, but these errors were encountered:
On 4 November 2017 7:04:52 am AEDT, Bouke Haarsma ***@***.***> wrote:
Hi there, I've been playing with the idea of introducing some sort of
pluggable architecture, see also my comments in this bug report: #215.
Thanks for the pointer!
It does look like the best path forward but I am not sure I will have time to attempt that work in my current project.
I will subscribe to the other issues but probably hack in support for now.
This relates to django-two-factor-auth jazzband#233, jazzband#215 (and by extension jazzband#86 and
others)
In a broken state, I'll re visit another time (this was really just to try some
ideas)
Hi,
I'm trying to add another (couple of) authentication sources and so I need to change get_available_phone_methods() allow items other than sms/phone/yubikey. I have already made django_otp Device model classes for my new sources added devices for each, testing in a python shell and minimal django they work and I'm now trying to figure out the upper layers - in this case, trying out two_factor.
If changing override get_available_phone_methods() turns out to be doable I'll investigate what changes are required to the UI code in order to expose the new devices for users to register their own.
thanks,
kk
The text was updated successfully, but these errors were encountered: