No description
Find a file
Jared Miller 59f21cd062
Add HMAC authentication with comprehensive tests
Implements device authentication using HMAC-SHA256 signatures with constant-time comparison for security. Includes timestamp-based auth headers with configurable freshness checking (default 5min) and clock skew tolerance.
2026-01-28 11:14:54 -05:00
docs Add implementation plan to docs 2026-01-28 10:59:48 -05:00
public Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00
src Add HMAC authentication with comprehensive tests 2026-01-28 11:14:54 -05:00
.gitignore Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00
biome.json Fix biome config formatting (self-heal) 2026-01-28 11:03:31 -05:00
bun.lock Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00
CLAUDE.md Add references section for inspiration sources 2026-01-28 11:06:09 -05:00
justfile Add npm scripts and justfile for development workflow 2026-01-28 10:59:07 -05:00
package.json Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00
tsconfig.json Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00