Immich_authImmich 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 ... endSession management for Immich CLI with profile support.
module Client : sig ... endAuthenticated Immich client with session persistence and profile support.
module Cmd : sig ... endCmdliner helpers for Immich CLI authentication.
module Error : sig ... endImmich API error handling using NestJS error format.