package FPauth-core

  1. Overview
  2. Docs

AUTHENTICATOR is a signature for a functor to create authenticators of various entities over various strategies (See STRATEGY)

type entity

type entity is a type of authenticatable entity equal to MODEL.t

type strategy = (module STRATEGY with type entity = entity)

strategy is a function that authenticates an entity from a request.

authenticate runs several authentication strategies for a request and defines, whether overall authentication was successful or not

val logout : Dream.request -> Base.unit Lwt.t

logout invalidates session, which resets authentication status to false