package resp-server

  1. Overview
  2. Docs

Authentication using usernames and passwords for multiple users

type t = (string, string) Hashtbl.t

Authentication type

val check : t -> string array -> bool

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

OCaml

Innovation. Community. Security.