package resp-server

  1. Overview
  2. Docs

General authentication modes

module String : AUTH with type t = string

Authentication using a single passphrase

module User : AUTH with type t = (string, string) Hashtbl.t

Authentication using usernames and passwords for multiple users