A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://django-allauth.readthedocs.org/en/latest/mfa/introduction.html below:

Website Navigation


Introduction — django-allauth 64.3.0 documentation

Introduction

The allauth.mfa app contains all functionality related to Multi-Factor Authentication. It supports:

Note that in order to use this functionality you need to install the mfa extras of the django-allauth package:

pip install "django-allauth[mfa]"

Remember to add the app to the settings.py of your project:

INSTALLED_APPS = [
    ...
    # The required `allauth` apps...
    'allauth',
    'allauth.account',

    # The MFA app:
    'allauth.mfa',
    ...
]

Note that WebAuthn support is disabled by default.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4