package sihl-web

  1. Overview
  2. Docs
module Core = Sihl_core
module Token = Sihl_type.Token
module Session = Sihl_type.Session
val log_src : Logs.src
module Logs : Logs.LOG
val key : string Opium.Context.key
exception Crypto_failed of string
exception Csrf_token_not_found
val find : Opium.Request.t -> string
val find_opt : Opium.Request.t -> string option
val set : string -> Opium.Request.t -> Opium.Request.t