Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
/ DjangoMFA Public archive

Django Multi Factor Authencation

Notifications You must be signed in to change notification settings

felbinger/DjangoMFA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Multi-Factor Authentication

Features

  • TOTP and FIDO2 Authentication

Preview

There is a sample settings page where you can easily change some attributes of the user you are logged in with.

The security page allows you to manage multi-factor authentication keys.

You may choose between TOTP and FIDO2.

Besides the description, you may update the state (enabled or disabled) of the keys, you can also delete the mfa keys here.

Logging in with mfa enabled means you have to complete one of the configured challenges (the modal where you can choose will only show up if more than one mfa key is configured).