Module Immich_auth

Immich authentication library.

This library provides authentication support for the Immich API client, supporting both API keys and JWT tokens with profile-based session management.

module Session : sig ... end

Session management for Immich CLI with profile support.

module Client : sig ... end

Authenticated Immich client with session persistence and profile support.

module Cmd : sig ... end

Cmdliner helpers for Immich CLI authentication.

module Error : sig ... end

Immich API error handling using NestJS error format.