You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-d...@googlegroups.com
Hey everyone,
As I was recommended in the django forum mentorship channel, I proceeded to go through the codebase of django's orm layer. I was thinking of working on two factor authentication for GSoC. Should I start work for this from right now or should I resolve a few tickets first before moving on to this? Also could anyone kindly guide me in the right direction in order to go through all the necessary things for me to work on 2fa?
Thanking you
Sanskar Jaiswal
Carlton Gibson
unread,
Feb 6, 2020, 7:48:49 AM2/6/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django developers (Contributions to Django itself)
Hi.
Auth is a long way from the ORM. :) I guess first make sure you understand contrib.auth. Maybe look at some auth tickets.
Then for 2fa, there's not a concrete proposal in play, so the first goal is that. There's some prior art here — and a thread recently on this topic if you search here — so I guess I'd begin looking at that.
It should give some idea. From there it's easier to solicit concrete feedback.