1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-21 18:55:36 +02:00
archivr/crates/archivr-server
TheGeneralist 007c5fc5fb
feat(server): enforce auth on all public read endpoints
Add auth_user: AuthUser + require_auth() to entry_detail, list_runs,
serve_artifact, serve_entry_favicon, serve_blob, list_tags,
list_entry_tags, list_collections_handler, list_entry_collections_handler.
Add require_auth() to get_collection_handler (already had extractor).

Update existing tests to pass session cookies.
2026-06-29 20:12:00 +02:00
..
src feat(server): enforce auth on all public read endpoints 2026-06-29 20:12:00 +02:00
static ui: comprehensive UI polish pass 2026-06-28 22:14:08 +02:00
Cargo.toml security: add per-IP sliding-window rate limit on POST /api/auth/login 2026-06-29 20:06:41 +02:00