package sihl-facade

  1. Overview
  2. Docs

Module Sihl_facade.Password_resetSource

include Sihl_contract.Password_reset.Sig
Sourceval create_reset_token : email:string -> string option Lwt.t

Create and store a reset token.

Returns None if there is no user with email. The reset token can be used with reset_password to set the password without knowing the old password.

Sourceval reset_password : token:string -> password:string -> password_confirmation:string -> (unit, string) Result.t Lwt.t

Set the password of a user associated with the reset token.

OCaml

Innovation. Community. Security.