Show HN: Minimal NIST/OWASP-compliant auth implementation for Cloudflare Workers https://ift.tt/s46VMG2
Show HN: Minimal NIST/OWASP-compliant auth implementation for Cloudflare Workers This is an educational reference implementation showing how to build reasonably secure, standards-compliant authentication from first principles on Cloudflare Workers. Stack: Hono, Turso (libSQL), PBKDF2-SHA384 + normalization + common-password checks, JWT access + refresh tokens with revocation support, HTTP-only SameSite cookies, device tracking. It's deliberately minimal — no OAuth, no passkeys, no magic links, no rate limiting — because the goal is clarity and audit…
Social Plugin