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.
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 run --all-files