sihl.user
Seed.Make
sihl
sihl.authn
sihl.authz
sihl.core
sihl.database
sihl.email
sihl.http
sihl.message
sihl.middleware
sihl.migration
sihl.password-reset
sihl.queue
sihl.repository
sihl.schedule
sihl.session
sihl.storage
sihl.token
sihl.utils
module UserService : Sig.SERVICE
val admin : email:string -> password:string -> Sihl_user__.Model.t Lwt.t
val user : email:string -> password:string -> ?username:string -> unit -> Sihl_user__.Model.t Lwt.t