sihl.authn
Sihl_authn.Service
sihl
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.user
sihl.utils
module Core = Sihl_core
module Session = Sihl_session
module User = Sihl_user
exception Exception of string
val log_src : Logs.src
module Logs : Logs.LOG
module Make (SessionService : Session.Sig.SERVICE) (UserService : User.Sig.SERVICE) : Sig.SERVICE