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.server
sihl.session
sihl.storage
sihl.token
sihl.utils
sihl.web
module UserService : Sig.SERVICE
val admin : email:string -> password:string -> Core.Ctx.t -> User__.Model.User.t Lwt.t
val user : email:string -> password:string -> ?username:string -> Core.Ctx.t -> User__.Model.User.t Lwt.t