I am trying to create a simple login system on my local computer as part of a project. I have made a home page using a combination of HTML/JavaScript/jQuery in order to get a login box to pop up.
http://blog.mongodb.org/post/32866457221/password-authentication-with-mongoose-part-1
I found this nice article about password authentication with Mongoose in MongoDB, I want to do this using my web page...but I have no idea how to implement this authentication technique into my web page and subsequently use this to authenticate my username/password with a MongoDB database. I searched all over the web and on the website listed above and can't seem to get anywhere.
Can anyone help?