4dcfaa00

Author: Michael Lynch <git@mtlynch.io>

Committer: Michael Lynch <mtlynch@noreply.codeberg.org>

Use generic rate limit error in login handler (#154)

Change Limiter.Allow() to return nil or ErrLimitExceeded instead of
bool so callers propagate the error directly. Update the shared-secret
authenticator and login handler to use ratelimit.ErrLimitExceeded,
removing the handler's import of the auth implementation package.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Reviewed-on: https://codeberg.org/mtlynch/little-moments/pulls/154