People expect regular security to consist of a password that'll keep their data safe, but this projects aims to make two factor authentication, in this case facial recognition, a part of the basic security that should be used in Web and Mobile applications.
Implementing the facial recognition part effectively was tough, approaches using tensorflow.js and MobileNet weren't working. In the end the problem was resolved by using Face API by Azure.
Discussion