- /dashboard now validates key before redirecting to /home — bad/old keys clear the cookie and show login instead of looping - Login form: remove old 4-group auto-formatter, fix maxlength 19→64, fix min length validation 19→10, update placeholder - New key display: break-all so 64-char hex wraps properly - docs.html: update example key format and description |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| CLAUDE.md | ||
| README.md | ||
| index.ts | ||
| package.json | ||
| tsconfig.json | ||
README.md
web
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init in bun v1.3.10. Bun is a fast all-in-one JavaScript runtime.