Author: Michael Lynch <git@mtlynch.io>
Committer: Michael Lynch <mtlynch@noreply.codeberg.org>
Rate limit shared-secret login attempts (#150) Add an in-memory rate limiter for shared-secret authentication attempts. Repeated login attempts now return 429 after exhausting the 24-hour limit. Reviewed-on: https://codeberg.org/mtlynch/little-moments/pulls/150