Skip to main content

AuthTable

Type Alias AuthTable 

Source
pub type AuthTable = HashMap<String, String>;
Expand description

Per-actor credentials: username → token, checked as HTTP basic auth (the standard git-over-HTTP shape; every forge client speaks it).

L8 note: usernames are actor ids and tokens are per-actor secrets minted by the operator; key-signature-based challenge auth can replace the token check later without changing the wire shape.

Aliased Type§

pub struct AuthTable { /* private fields */ }