Add YugabyteDB backend to the Django documentation

2022-04-07 Thread 'Sfurti Sarah' via Django developers (Contributions to Django itself)
Hello, We at YugabyteDB have implemented a backend for Django that allow users to use Django with YugabyteDB better. We would love to get listed on here with the other 3rd party backends. Our backend pack

[Proposal] Add a PR template to the Django repo

2022-04-07 Thread Sarah Boyce
Hi all, Wondering if I could get some consensus at to whether a PR template would be beneficial to the Django GitHub repository. What I have in mind, would be pulling elements from the patch review checklist[1] to be an actual checklist[2] (perhaps in a collapsed section[3]) that appears on th

Re: Easy Pickings: support robust on_commit handlers

2022-04-07 Thread Revanth GSS
Hi Josh, I am also interested to work on this ticket. I am also aware of how can I execute this. It would be great if I could contribute as I am eagerly waiting to have my first contribution to Django. However, I would also be happy to help anyone who is willing to contribute. Thanks, Revanth

MFA (2FA)

2022-04-07 Thread Yonas
Hello, The idea to implement MFA (2FA) has been brought up a couple of times over the past years. And the community seems interested. I am willing to implement this feature (HOTP, TOTP, and email). However, a QR code generator is required. If someone can help with this, it would be awesome. O

Re: MFA (2FA)

2022-04-07 Thread Tobias Bengfort
Hi Yonas, the best place to start is probably to look at thrid party packages, e.g.: https://github.com/django-otp/django-otp https://github.com/jazzband/django-two-factor-auth https://github.com/mkalioby/django-mfa2 https://gitlab.com/stavros/django-webauthin https://github.com/xi/django-mfa3 (

Re: Ticket #21289 - Login rate limiting

2022-04-07 Thread Tobias Bengfort
Hi Jacob, I actually do like that idea! I don't think it is a good default for django in general, but I would be interested in a reusable app that implements this. Is this already available somehwere? thanks, tobias On 05/04/2022 16.04, Jacob Rief wrote: How about this proposal? Someone o

Re: MFA (2FA)

2022-04-07 Thread Yonas
Hi Tobias, Thanks for the feedback. There are multiple ways to implement MFA, as you mentioned. But the goal here is to provide a simple mechanism. It's "not necessary" to cover every use case, and I believe that's where third-party packages come in. Based on a study conducted by Microsoft, a