Module Algostream_infrastructure_auth

module Api_key : sig ... end

Generating, parsing and verifying API keys.

module Keystore : sig ... end

The key file, and authentication against it.

module Principal : sig ... end

Who is making a request.

module Rate_limit : sig ... end

Per-peer backoff on failed authentication.

module Scope : sig ... end

What a credential is allowed to do.

module Ticket : sig ... end

Single-use tickets for the event stream.