package sihl-user

  1. Overview
  2. Docs
User service implementations for Sihl

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.0-rc2.tar.gz
md5=ca63753c880ab1d043bc3653909f049f
sha512=55579ced17dc7a80e1e12e45c0ecfc673d194dbbaefc4eb77f525e9d3f6eae4e34773334014a413d7ca8f883a9e56fdd6ef47d80b4fd066230f31021738153fb

doc/sihl-user/Sihl_user/MariaDb/index.html

Module Sihl_user.MariaDbSource

Sourcemodule Web : sig ... end
Sourceval find_opt : string -> Sihl__Contract_user.t option Lwt.t
Sourceval find : string -> Sihl__Contract_user.t Lwt.t
Sourceval find_by_email : string -> Sihl__Contract_user.t Lwt.t
Sourceval find_by_email_opt : string -> Sihl__Contract_user.t option Lwt.t
Sourceval update_password : ?password_policy:(string -> (unit, string) Result.t) -> Sihl__Contract_user.t -> old_password:string -> new_password:string -> new_password_confirmation:string -> (Sihl__Contract_user.t, string) Result.t Lwt.t
Sourceval update : ?email:string -> ?username:string -> ?name:string -> ?given_name:string -> ?status:Sihl__Contract_user.status -> Sihl__Contract_user.t -> Sihl__Contract_user.t Lwt.t
Sourceval update_details : user:Sihl__Contract_user.t -> email:string -> username:string option -> Sihl__Contract_user.t Lwt.t
  • deprecated Use update() instead
Sourceval set_password : ?password_policy:(string -> (unit, string) Result.t) -> Sihl__Contract_user.t -> password:string -> password_confirmation:string -> (Sihl__Contract_user.t, string) Result.t Lwt.t
Sourceval create_user : ?username:string -> ?name:string -> ?given_name:string -> password:string -> string -> Sihl__Contract_user.t Lwt.t
Sourceval create_admin : ?username:string -> ?name:string -> ?given_name:string -> password:string -> string -> Sihl__Contract_user.t Lwt.t
Sourceval register_user : ?password_policy:(string -> (unit, string) result) -> ?username:string -> ?name:string -> ?given_name:string -> string -> password:string -> password_confirmation:string -> (Sihl__Contract_user.t, [ `Already_registered | `Invalid_password_provided of string ]) Result.t Lwt.t
Sourceval login : string -> password:string -> (Sihl__Contract_user.t, [ `Does_not_exist | `Incorrect_password ]) Result.t Lwt.t
Sourceval register : unit -> Sihl__.Core_container.Service.t
Sourceval lifecycle : Sihl__Core_container.lifecycle
OCaml

Innovation. Community. Security.