27

A friend of mine once showed me a really beautiful and fast login page he made.

After some time I took a look at the front-end code and realized why it was so fast... He queried the database in the JS code...
The user and pass for the database was in the HTML of the website...

I think he deployed that page...

Comments
Add Comment