Login Page

Base login page using HTML, CSS and JavaScript

Although this project, uses client side authentication (NEVER PREFERRED) the JavaScript is obfuscated before it is written as a .js file.

Setup:

  • python -m venv venv && source venv/bin/activate

  • chmod +x install.sh && bash install.sh

  • export USERNAME=<enter_username>

  • export PASSWORD=<enter_password>

  • python js_generator.py

Pre-Commit

pre-commit run --all-files

Runbook

https://thevickypedia.github.io/login_page/

Repository

https://github.com/thevickypedia/login_page