package sihl-user

  1. Overview
  2. Docs

Parameters

Signature

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 lifecycle : Sihl.Container.lifecycle
val register : unit -> Sihl.Container.Service.t