Show HN: Hodor – A tiny reverse proxy that gates any web app behind a password
Category: infrastructure
Tags: reverse-proxy, authentication, rust
Score: 6.5/10 (Innovation: 5, Technical: 7, Documentation: 8, Utility: 6)
Hodor is a lightweight reverse proxy written in Rust that adds a single-password authentication gate to any web application. It is interesting because it provides a simple, secure, and performant way to protect private services without the complexity of user management or OAuth, using features like HMAC-signed cookies, rate limiting, and streaming proxy.
Target audience: backend devs, devops
Repository: https://github.com/michidk/hodor · Rust · MIT · 1 stars
View on Hacker News