package sihl-user

  1. Overview
  2. Docs
val log_src : Logs.src
module Logs : Logs.LOG
val create_reset_token : email:string -> string option Lwt.t
val reset_password : token:string -> password:string -> password_confirmation:string -> (unit, string) Stdlib.result Lwt.t
val start : unit -> unit Lwt.t
val stop : unit -> unit Lwt.t
val register : unit -> Sihl_core.Container.Service.t