package resp-server

  1. Overview
  2. Docs

Authentication using a single passphrase

Authentication using usernames and passwords for multiple users

type t = string

Authentication type

val check : t -> string array -> bool

Used to determine if the client has passed the valid authentication to the server