đ Auth Locker - GitHub Pages PoC
1. Text File Content
Content from data.txt in the same directory:
Loading...
2. User Input (Secret Key)
3. Process Data
âšī¸ How This Proves GitHub Pages Compatibility:
- â
Loads and displays a text file from the same directory
- â
Runs entirely in the browser (static hosting compatible)
- â
Accepts user input without any server-side processing
- â
Performs client-side transformation using JavaScript
- â
No POST requests or URL parameter exposure of secrets
- â
Works with GitHub Pages limitations (static files only)