vanilla JS login functionality for websites

898 views Asked by At

I have been researching a problem: using vanilla JS to implement the login functionality of a website like so http://jsbin.com/jodiwo/1/edit?html,css,output, I have not had much success. I know it is a no-no using JS to do this as the password could be read of the View Source page. Any pointers as to how I may implement this without using nodeJS (or other fancy library) based approach?

Thanks tons!

0

There are 0 answers