https://github.com/thevickypedia/login_page
Base login page using HTML, CSS and JavaScript
https://github.com/thevickypedia/login_page
javascript javascript-obfuscation login-forms login-page-ui
Last synced: about 1 month ago
JSON representation
Base login page using HTML, CSS and JavaScript
- Host: GitHub
- URL: https://github.com/thevickypedia/login_page
- Owner: thevickypedia
- Created: 2021-06-29T18:54:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-15T16:52:48.000Z (almost 5 years ago)
- Last Synced: 2025-04-06T16:31:53.323Z (about 1 year ago)
- Topics: javascript, javascript-obfuscation, login-forms, login-page-ui
- Language: Python
- Homepage: https://thevickypedia.github.io/login_page/
- Size: 174 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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=`
- `export PASSWORD=`
- `python js_generator.py`
### Pre-Commit
> `pre-commit run --all-files`
### Runbook
[https://thevickypedia.github.io/login_page/](https://thevickypedia.github.io/login_page/)
### Repository
[https://github.com/thevickypedia/login_page](https://github.com/thevickypedia/login_page)