Hello, After reading the recent thread on authentification in django, I wondered about the chance of getting a 2-step auth mechanism in django.contrib.
Time based one time password, or TOTP, is now part of the RFC 6238. For those who don't know it, it use a shared secret and current time to produce 6 digit number. That number change every 30 seconds and is used to confirm login after entering a correct username and password. As far as I can tell, there is no such thing present in django currently. But I don't know if it's because nobody have done the work or if there are reason to not include 2-step solution in django. -- Cordialement, Coues Ludovic +336 148 743 42 -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAEuG%2BTbF6wNqCNatj1V%3DnHyURdVt02XMw7qcPK6sz5ubhJrPPA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
