Re: Decision on a 2FA PR

2022-06-07 Thread Yonas
Hi, Thanks for getting back to me. How difficult is it to introduce new 2fa options without deprecating the existing ones if the right design is in place? I do not expect it to be challenging. But one downside, among others, would be the maintenance burden. Correct me if I am wrong, but for a

Re: Decision on a 2FA PR

2022-06-07 Thread Yonas
Hi, Carlton! Thanks for getting back to me. How difficult is it to introduce new 2fa options without deprecating the existing ones if the right design is in place? I do not expect it to be challenging. But one downside, among others, would be the maintenance burden. Correct me if I am wrong,

Re: Decision on a 2FA PR

2022-06-07 Thread Carlton Gibson
Hi Yonas. Thanks for your input here. Two points: - I *think* one reason Django doesn't already have 2fa itself is that available methods have (up to now) each been problematic in their own way. The trouble with adding a sub-optimal approach into Django is that we're essential

Decision on a 2FA PR

2022-06-05 Thread Yonas
Hi, In light of what happened to the ctx package, this is a good time to get a conclusion on the following topic. I opened a PR based on an accepted ticket and a discussion