must https, and use face compare to aws or other services ... this is just simple sample inherit login page
Start Camera
Click Photo
var x = document.createElement("video");
x.id = "video";
x.setAttribute("width", "320");
x.setAttribute("height", "240");
x.setAttribute("autoplay", "autoplay");
document.getElementById("dataurl-container").appendChild(x);
// -----
var x = document.createElement("textarea");
x.id...