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/activatechmod +x install.sh && bash install.shexport USERNAME=<enter_username>export PASSWORD=<enter_password>python js_generator.py
Pre-Commit¶
pre-commit run --all-files