Download django_tfa 0.1


Django_tfa (twofactor) is a Django app that implements Two-Factor authentication based on Django\'s contrib.auth.
django_tfa
Developer : Simone Lusenti
Size : 0.01Mb
OS : Linux
Requirements : · Python· Django
License : Freeware
Click here to download




Django_tfa (twofactor) is a Django app that implements Two-Factor authentication based on Django's contrib.auth.One Time Tokens are generated using Tomasz's onetimepass (https://github.com/tadeck/onetimepass). This module is already included in this distribution (file: otp.py). Django_tfa uses TOTPs (Time-based One Time Passwords) with base32 encoded secrets. It's fully compatible with Google Authenticator (download from http://code.google.com/p/google-authenticator/) and maybe other apps.