TypingDNA + Flask Demo
Demo showing how TypingDNA can be used as 2FA to secure a Flask web application.
This is a TypingDNA + Flask demo application showcasing how TypingDNA can be used for biometric 2FA to secure a Flask web application.
The without-typingdna directory contains only the user interface of the Flask application that will be implementing TypingDNA biometric 2FA.
The with-typingdna directory contains the full application (TypingDNA + Flask) that implements TypingDNA biometric 2FA.
You can also check this GitHub Gist that implements a TypingDNA API wrapper in Python.